Ionic2 Error Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper
Recently I upgraded to latest version of ionic and started getting following error when building app for android
To solve this issue you have to perform following steps
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
To solve this issue you have to perform following steps
- Download Gradle from https://gradle.org/install/#manually
- Extract the downloaded zip file somewhere (e.g. D:\gradle)
- Add "D:\gradle\bin" to Path in your Environment variables
After performing these steps everything started working fine for me. Hope you find this helpful :)
Comments
Post a Comment
Share your wisdom