I was facing issue to run in device used “ionic cordova run android” but facing the bellow issue:
BUILD SUCCESSFUL in 3s
42 actionable tasks: 42 up-to-date
Built the following apk(s):
C:\Users\UMS090\VDR\platforms\android\app\build\outputs\apk\debug\app-debug.apk
native-run.cmd android --app platforms\android\app\build\outputs\apk\debug\app-debug.apk --device
[native-run] ERR_AVD_HOME_NOT_FOUND: No valid Android AVD home found.
[native-run]
[native-run] More details for this error may be available online:
[native-run]
[native-run] Android Errors · ionic-team/native-run Wiki · GitHub
[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.
C:\Users\UMS09