简体   繁体   English

科尔多瓦安装错误

[英]Cordova installation error

Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. 在Android Studio中或在您的系统上都找不到Gradle的已安装版本以安装Gradle包装器。 Please include gradle in your path, or install Android Studio 请在您的路径中加入gradle,或安装Android Studio

Although I have installed android-studio but is stored on my desktop. 虽然我已经安装了android-studio,但是存储在我的桌面上。

If you have android studio installed then you might want to try: 如果您安装了android studio,则可以尝试:

export PATH="$PATH:/home/<username>/android-studio/gradle/<gradle-4.0>/bin" 

check this question 检查这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM