Issue
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
Answered By - Renasance
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.