Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ionic 3 cli 'ionic cordova run android' command throws an error

I updated the cli to ionic 3 version and when i run

ionic cordova run android

to build apk file and run in android emulator I got this error

    C:\Users\XXXX\Desktop\beep>ionic cordova run android
Running app-scripts build: --address 0.0.0.0 --port 8100 --p 8100 --livereload-port 35729 --r 35729 --iscordovaserve --externalIpRequired --nobrowser

[20:52:20]  build dev started ...
[20:52:20]  clean started ...
[20:52:20]  clean finished in 11 ms
[20:52:20]  copy started ...
[20:52:20]  transpile started ...
[20:52:22]  transpile finished in 2.53 s
[20:52:22]  preprocess started ...
[20:52:22]  deeplinks started ...
[20:52:23]  deeplinks finished in 52 ms
[20:52:23]  preprocess finished in 54 ms
[20:52:23]  webpack started ...
[20:52:23]  copy finished in 2.77 s
[20:52:31]  webpack finished in 8.53 s
[20:52:31]  sass started ...
[20:52:32]  sass finished in 1.11 s
[20:52:32]  postprocess started ...
[20:52:32]  postprocess finished in 7 ms
[20:52:32]  lint started ...
[20:52:32]  build dev finished in 12.29 s
> cordova run android
ANDROID_HOME=C:\Users\XXXX\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_101
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


[ERROR] Cordova encountered an error.
        You may get more insight by running the Cordova command above directly.

[ERROR] An error occurred while running cordova run android (exit code 1).

what I already tried to do and it not helps: 1. removed android studio and install again. 2. run these commands

cordova platform rm android
cordova platform add android
npm cache clear
  1. update the sdk in android studio

nothing really helps to solve this issue.

like image 974
Manspof Avatar asked Feb 18 '26 23:02

Manspof


1 Answers

For me this solved the problem:

ionic cordova platform rm android 
ionic cordova platform add android 
like image 69
andre.almeida Avatar answered Feb 21 '26 11:02

andre.almeida



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!