0
votes

i am running my app using below command

ionic cordova run android -l

it gives error like.... enter code here Android Studio project detected ANDROID_HOME=/media/USerName/data/sdk/ JAVA_HOME=/usr/lib/jvm/java-8-oracle

studio Could not find an installed version of Gradle either in Android Studio or on your system to install the gradle wrapper. Please includegradle in your path, or install Android Studio

1

1 Answers

0
votes

Install Gradle from https://gradle.org/install - that should solve your problem.