gradle問題 cordova

cordova升級7.0後,運行android

>app

ionic build android  或者ionic

cordova build android     報出錯誤測試

Error: Could not find an installed version of Gradle either in Android Studio,
       or on your system to install the gradle wrapper. Please include gradle
       in your path, or install Android Studio

須要下載並安裝gradle:gradle-x.x-bin.zipgradle

gradle地址:(https://services.gradle.org/distributions)ui

安裝後添加環境變量路徑:spa

1 Gradle_path = D:\soft\gradle-4.12 PATH=%GRADLE_HOME%\bin\;

注意: gradle-4.1要求jdk在7.0以上code

測試: gradle -vcordova

從新cmd打開命令窗口。blog

執行:ionic build android 

相關文章
相關標籤/搜索