Is multidex enable with bitrise

Hello,

Since I added multidex in my android application, bitrise compilation failed everytime telling me :

Unresolved reference: CustomView
Unresolved reference: resetAnimation // Reset animation is a customView’s method

It seems that Bitrise cannot find the file CustomView.java since I added multidex (before there was no problem)
I have no problem to compile in debug or release mode with android studio.

Have you any idea about this problem ?

Problem solved.
No problem with multidexing.

I just changed package name

1 Like

Glad to hear you managed to solve the issue @plavoine, thanks for reporting the solution! :wink: