記錄android studio 遇到的錯誤和解決辦法
阿新 • • 發佈:2019-01-04
1、關於android studio 出現Error:Execution failed for task :app:preDebugAndroidTestBuild'. 的解決辦法
https://blog.csdn.net/fighting_2017/article/details/80244982
2、模擬器啟動錯誤:ERROR: This AVD's configuration is missing a kernel file!
https://www.jianshu.com/p/87f69e0a3bef
3、AndroidStudio連不上Android裝置真機
我的問題是電腦缺少驅動
https://blog.csdn.net/surpriseHao/article/details/78583685
4、Android Studio 匯入新工程專案
從githab上下載了個專案,匯入專案出錯,需修改引數,與當前執行環境相對應
https://www.cnblogs.com/campus16/p/8075322.html
5、Error:android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProce
https://blog.csdn.net/l403040463/article/details/79166342
6、Error:Execution failed for task ':app:validateDebugSigning'. > Keystore file
下載的工程中有指定使用的Keystore檔案的路徑,可以通過Android studio File-》ProjectStructure-》選擇app ,再選擇signing
把Store File裡指定的Keystore檔案的路徑刪除,或者填寫自己的Keystore檔案的路徑。
我下載的工程裡Keystore檔案是XXXX.jks,刪除路徑後又出現了其他錯誤,所以我是生成簽名檔案.jsk檔案,填寫路徑。
7、Android簽名和JKS檔案檢視方法
https://www.jianshu.com/p/81c6c7d3390a