I try to build APK in Android Studio, but it shows error message is
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536
I can build apk successfully in other app , so i don't know why the message.
Has anyone can teach me how to solve this issue ?