When your app and the libraries it references exceed 65,536 methods, you might encounter a build error that indicates your app has reached the limit of the Android build architecture:
The number 65,536
represents the maximum number of methods that can be referenced in a single Dalvik Executable (DEX) bytecode file. To resolve this issue, you need to enable multidex
for your app which allows your app to build and read multiple DEX files. For more information on how to enable multidex, see: Building apps with over 64K methods
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales