Hello, since the release of Buildbox 2.3 I'm not able to generate Apks in Android Studio anymore. I had no problems before Buildbox 2.3 with generating APKs. I always get this error message: Error: The number of method references in a .dex file cannot exceed 64K. Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html My Android Studio Version is 3.0.1 and Buildbox 2.3.1.0. PS: I also did exactly every thing Zach showed in this video I hope somebody can help me... Thanks
Well, you posted your solution - it's all written in your link: Follow the instrcutions (1,2...) in Configure your app for multidex .... Modify your build.gradle. Add the following in the defaultConfig multiDexEnabled true etc.
the same to me. With all my projects! The same errors "a .dex file cannot exceed 64K." I need an urgent fix!!!! URGENT!!!!! @Andy @ZackGriset
Lamora, thank you so much for your instruction - it helped to pass that error. But, unfortunately, there are new errors appeared.
Thanks!You saved my life I already tried pasting in "multiDexEnabled true" but it didn't work but now with changing minSdkVersion to 21 it is working!!!
yes that one I took like 8 minutes to generate the apk but it works. And I also just now installed the apk on my android phone with no errors!
Hi, When i change minSdkVersion to 21 (like in this articel) the apk get signed without problems, but this apk doesn't work for older device. And when i change minSdkVersion to 14, i get a lot of errors. Does someone know how to change it, so that the apk is compatible also to older android devices? (because when i make a update of a existing game, about 30% of the user's can't update the game) Thanks for your help
Does anyone know, how to solve it and let old devices to download our apps? Really really urgent! Please, HELP!