Android Gradle文件各种bug汇总

1、android.support.multidex不存在  该问题在6.0以下手机没问题,但是6.0手机就会找不到该类。 解决办法:    添加:compile 'com.android.support:multidex:1.0.1' 依赖    降低gradle版的版本。 2、Installation failed with message Failed to finalize session
相关文章
相关标签/搜索