1
When I run Ionic Cordova run android --device in my project it appears the following message.
[ERROR] An error occurred while running subprocess native-run.
My Ionic.info:
Ionic:
Ionic CLI : 5.0.1 (C:\Users\DEV02\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic1 1.1.0
@ionic/v1-toolkit : 1.0.14
Cordova:
Cordova CLI : 9.0.0 ([email protected])
Cordova Platforms : android 8.0.0
Cordova Plugins : no whitelisted plugins (0 plugins total)
Utility:
cordova-res : not installed
native-run : 0.2.4
System:
NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10
Run the command with "--no-Native-run" at the end.
– Gesiel Rosa