简体   繁体   中英

How to run ionic project on android?

I'm trying execute an Ionic project on Android. In the official docs say to execute like this: ionic platform add android and ionic run android . I made this and all process are executed without any error but the application doesn't start on my device. I tried execute with cordova cordova run android and does not work also. My device contain Android API 19 - Samsung Galaxy S4 and adb is executing and device was authorized.

How could I make execute the project on Android ?

Ionic Info

Your system information:

Cordova CLI: 5.3.3
Ionic Version: 1.1.0
Ionic CLI Version: 1.7.7
Ionic App Lib Version: 0.6.3
OS: Windows 7
Node Version: v5.0.0

Cordova currently does not work with node.js v5. Downgrading to an earlier version of node should work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM