第一次開啟Android Studio建立專案執行報錯Failed to open zip file
第一次開啟Android Studio建立專案執行報錯Failed to open zip file
第一次安裝Android Studio 3.1.2版本,開啟執行報錯如下
這是gradle配置中的.zip檔案下載或者解壓失敗導致的。
解決方法:
1:找到gradle的配置,如圖所示
我的gradle版本是gradle-4.4-all.zip,是這個壓縮檔案出了問題
2:找到該檔案的位置:
點選左上角的 file -> Settings,如圖所示看到.gradle所在的位置
3:開啟gradle配置檔案的資料夾
如圖所示,我的就是這個壓縮檔案出了問題,有的可能是檔案不存在或者損壞,需要重新下載一個.gradle-4.4-all.zip檔案
4:下載檔案地址 http://services.gradle.org/distributions/
這裡面基本包含了所有gradle的檔案,選擇正確的版本下載替換壞的版本就解決了問題
5:最後回到Android Studio再try again 就解決問題了
相關文章
- Android Studio在android Emulator中執行的專案黑屏Android
- Vue 啟動專案報錯 Failed to compile with 2 errorsVueAICompileError
- 執行web專案報錯Web
- Android studio開啟Device File Explore(檔案管理器)的方法Androiddev
- Android Studio執行報錯INSTALL_FAILED_INVALID_APK: Split lib_slice _2_apk was defined multiple times....AndroidAIAPK
- 使用命令列建立Android Studio專案命令列Android
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- Android Studio Run專案出現Failure [INSTALL_FAILED_TEST_ONLY]AndroidAI
- react建立專案報錯React
- Android Studio報錯:ERROR: Failed to resolve: com.android.support:appcompat-v7:28.0.+AndroidErrorAIAPP
- android studio安裝完後,開啟提示failed to load jvm dllAndroidAIJVM
- 第一次使用jrebel啟動專案報錯解決
- 初始配置:IntelliJ Android無法執行專案並報錯Error: Module not specifiedIntelliJAndroidError
- Android Studio - 安卓開發工具 開啟後報錯集合、修復指南Android安卓
- Visual Studio開啟專案時出現“this project is incompatible with the current version of visual studio”錯誤Project
- Android執行出現android Installation failed due to invalid URI! 錯誤處理AndroidAI
- Nginx安裝啟動過程報錯libpcre.so.1 cannot open shared object file: No such file or directoryNginxObject
- idea執行專案報錯找不到jar包IdeaJAR
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- nginx 報錯 accept4 () failed (24: Too many open files)NginxAI
- 高效解決Failed to open zip file.Gradle‘s dependency cache may be corrupt(Android初學者遇到的問題—gradle的地址配置與安裝)AIGradleAndroid
- Android Studio打包專案:APKAndroidAPK
- 呼叫torchtext報錯OSError: libtorch_cpu.so: cannot open shared object file: No such file or directoryErrorObject
- 執行yarn報錯-node_modules\pngquant-bin: Command failedYarnAI
- 使用Cordova執行專案到androidAndroid
- [鴻蒙開發]真機轉模擬機執行出現錯誤: ERROR: Failed to find the incremental input file:鴻蒙ErrorAIREM
- android studio 4.0 開啟offlineAndroid
- Linux 執行定時任務後,Laravel 專案報錯LinuxLaravel
- Android Studio 報錯解決方案 一Android
- pb安裝多個版本時候,執行pbw時會報 Attempt to open datawindow failedAI
- sqlplus執行sql檔案報錯SQL
- 第一次啟動react-native run-android ,報錯eventEmitterReactAndroidMIT
- 上傳報錯:Upload Failed: Your upload has failed a virus scan. Please choose another file.AI
- 使用android studio 建立app時報錯:Could not download junit.jar(junit:junit:4.12)AndroidAPPJAR
- Mac下Android studio 執行真機MacAndroid
- flutter升級後 執行專案報錯 Warning: Podfile is out of dateFlutter
- nginx: [error] open() “/var/run/nginx/nginx.pid“ failed (2: No such file or directory)NginxErrorAI
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI