Search code examples
androidcordovaionic-frameworknpmionic4

Ionic 4 Running on Device: "Could not find an installed version of Gradle either on Android Studio or in System" Although I have it on my system


I'm trying to run a blank app of ionic 4 on my android 9 device. Already followed each step on the website and running it on browser is okay. When I run it on my device here is what i get: Error when running It says I dont have gradle and android studio but here is my environment: android sdk list,my /etc/environment,and my npm, ionic, gradle and java versions Am I missing something guys?


Solution

  • IDK if some of you people have the same problem, but it's because of the Gradle. Installed it the way the website said, tried both automatically with SDK manager and also the manual downloads. Still no. So I installed it using:

    sudo add-apt-repository ppa:cwchien/gradle

    sudo apt-get update

    sudo apt-get install gradle

    Then find location where it was installed then add to path. Now I can install the app on my device