美文网首页我爱编程
Gradle: not installed

Gradle: not installed

作者: 阿_贵 | 来源:发表于2018-05-28 18:31 被阅读0次

运行  cordova requirements   出现

Gradle: not installed 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  方法一

https://gradle.org/install/

二、安装gradle 方法二

gradle 之安装,大坑

找到Android Studio下的gradle,配置环境变量export GRADLE_HOME=到此目录下,无效

去官网下载gradle,配置环境变量export GRADLE_HOME=到此目录下,也无效

最后运行 brew update && brew install gradle  ,成功

相关文章

网友评论

    本文标题:Gradle: not installed

    本文链接:https://www.haomeiwen.com/subject/urtnjftx.html