当我运行ionic cordova build android -prod时,我得到错误:
Downloading https://services.gradle.org/distributions/gradle-7.1.1-all.zip
Exception in thread "main" java.io.IOException: Downloading from https://services.gradle.org/distributions/gradle-7.1.1-all.zip failed: timeout
我在代理后面,因此我设置了离子配置集-g代理http://proxy-。。****:9999
我已经执行了离子启动myApp选项卡--cordova --type=angular我已经执行了离子服务
但是我不能做这个
如果你能帮助我,我将非常感激。
Ionic:
Ionic CLI: 6.20.3
Ionic Framework: @ionic/angular 6.3.2
Cordova:
Cordova CLI: 11.0.0
Cordova Platforms: android 10.1.2
Utility:
cordova-res: not installed globally
native-run: not installed globally
System:
NodeJS: v16.17.0 (C:\Program Files\nodejs\node.exe)
npm: 8.15.0
OS: Windows 10
1条答案
按热度按时间vulvrdjw1#
确保您已在离子应用中添加了
android
,然后继续执行这些步骤。1.下载gradle:
https://services.gradle.org/distributions/gradle-7.1.1-all.zip
1.将zip文件放入:
{YourAppName}/platforms/android/gradle
1.在操作系统中设置环境变量:
CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL="../gradle-7.1.1-all.zip"
1.运行
ionic cordova build android --prod