During installation and adding the Android platform to your Ionic application you may face the following issue in your terminal window:
Cordova Android requirements faild: "Could not find an installed version of Gradel"
How to resolve this issue?
You need to install?Download the Gradel setup and add it in your Environment Variable. Just follow these steps:
Step 1) Download Gradle files
Go to the Gradel release page and Download the latest Zip file. Which reads like gradel-6.4.1-bin.zip
Step 2) Extract this file and Place in
C:\Gradle\gradle-6.4
Step 3) Copy path then add in Environment Variables
Open Environment Variables then add Step2 bin path to it
Cordova Android requirements faild: "Could not find an installed version of Gradel"
How to resolve this issue?
You need to install?Download the Gradel setup and add it in your Environment Variable. Just follow these steps:
Step 1) Download Gradle files
Go to the Gradel release page and Download the latest Zip file. Which reads like gradel-6.4.1-bin.zip
Step 2) Extract this file and Place in
C:\Gradle\gradle-6.4
Step 3) Copy path then add in Environment Variables
Open Environment Variables then add Step2 bin path to it
Really useful :)
ReplyDeleteSolved my issue.