So the output states that it has successfully built the apk, but into the following folder path
platforms/android/build/outputs/apk/android-debug.apk
while the native-run submodule is expecting it to be in a sub-folder like this
platforms\android\app\build\outputs\apk\debug\app-debug.apk
Built the following apk(s):
C:/Ionic-Projects/OS.V2/OSV2.Ionic.App/App/platforms/android/build/outputs/apk/android-debug.apk
native-run.cmd android --app platforms\android\app\build\outputs\apk\debug\app-debug.apk
No hardare devices found, attempting emulator…
Selected emulator ec841624
Error: ENOENT: no such file or directory, open ‘C:\Ionic-Projects\OS.V2\OSV2.Ionic.App\App\platforms\android\app\build\outputs\apk\debug\app-debug.apk’
[ERROR] An error occurred while running subprocess native-run.
native-run.cmd android --app platforms\android\app\build\outputs\apk\debug\app-d... exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
Anyone know whats going on with this ? A config issue ?
Thanks Greg