2条回答 默认 最新
战在春秋 2017-04-19 21:19关注需要启用 multidex
1 AndroidManifest.xml文件增加:
<application android:name="android.support.multidex.MultiDexApplication"2 app's build.gradle 文件中
dependencies { compile 'com.android.support:multidex:1.0.0'以及
defaultConfig { testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner" multiDexEnabled true本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
