Android Question Error compiling B4A 11.20

Sifu

Active Member
Hello,
I get this error with B4A 11.50:

B4X:
Dex merge    Error
Error: Cannot fit requested classes in a single dex file (# methods: 75870 > 65536). Try supplying a main-dex list
Compilation failed

How come? Nothing is changed in script. Tested again with 11.20, compiles ok.

What can I do?
Thanks!
 

Sifu

Active Member
Found this:
#MultiDex: true

Putted in Main and it seems to do the trick. Thank you very much for putting me on the right track.
 
Upvote 0
Top