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
相關文章
相關標籤/搜索