ardabeyazoglu/cordova-plugin-crosswalk-webview-v3

Cordova run android does not work

ehdez82 opened this issue · 0 comments

Greetings, when I execute the command:
ionic cordova run android --device

Launch the following before installing the app on the device:

> native-run.cmd android --app platforms \ android \ app \ build \ outputs \ apk \ debug \ app-debug.apk --device
[native-run] Selected hardware device TA9290IPWR
[native-run] Error: ENOENT: no such file or directory, open '<project-folder>\platforms\android\app\build\outputs\apk\debug\app-debug.apk'

I am using Ionic 4 with cordova-android 8.1.0
Thanks in advance.