AndroidStudio线上APK打包.Error:The number of method references in a .dex file cannot exceed 64K.

终于遇到了64k了,哈哈,解决方法以下: 第一步、在app目录下的build.gradle中的java dependencies { compile 'com.android.support:multidex:1.+' } 在app目录下的build.gradle中的android android{ defaultConfig { multiDexE
相关文章
相关标签/搜索