enter image description here enter image description here错误:任务':app:transformClassesWithDexForDebug'的执行失败。 > com.android.build.api.transform.TransformException:com.android.ide.common.process.ProcessException:java.util.concurrent.ExecutionException:com.android.dex.DexIndexOverflowException:方法ID不在[0,0xffff]中: 65536
答案 0 :(得分:0)
添加多索支持,请参阅this stackoverflow answer
您的一些库将相同的包添加到构建路径中。
答案 1 :(得分:0)
将multiDexEnabled true添加到您的app build.gradle文件中。
defaultConfig {
multiDexEnabled true