As the Android platform has continued to grow, so has the size of Android apps. When your app and the libraries it references reach a certain size, you encounter build errors that indicate your app has reached a limit of the Android app build architecture.
About the 64K reference limit you need Multidex support.
https://developer.android.com/studio/build/multidex.html#mdex-gradle
As the Android platform has continued to grow, so has the size of Android apps. When your app and the libraries it references reach a certain size, you encounter build errors that indicate your app has reached a limit of the Android app build architecture.
About the 64K reference limit you need Multidex support.
https://developer.android.com/studio/build/multidex.html#mdex-gradle