美文网首页
Android 錯誤解決匯集

Android 錯誤解決匯集

作者: Derrick_Chung | 来源:发表于2017-09-27 10:51 被阅读0次

    1. Error:Execution failed for task ':app:transformDexWithInstantRunDependenciesApkForDebug'.> error

    解法: Clean Project

    2. Error:Conflict with dependency 'com.google.code.findbugs:jsr305' in project ':app'. Resolved versions for app (3.0.1) and test app (2.0.1) differ. See http://g.co/androidstudio/app-test-app-conflict for details.

    解法:configurations.all {

    resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9'

    }

    3. 打包signed APK 無法安裝

    解法: 打包時要勾選 V1(Jar Signature)

    相关文章

      网友评论

          本文标题:Android 錯誤解決匯集

          本文链接:https://www.haomeiwen.com/subject/bfapwttx.html