S Sifu Active Member Mar 24, 2022 #1 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!
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!
S Sifu Active Member Mar 25, 2022 #3 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
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.