HI,
I’m using the command from the root project:
cordova emulate android --target=Android_4
This build my app and install it:
BUILD SUCCESSFUL
Total time: 10 seconds
Waiting for emulator…
Booting up emulator (this may take a while)…BOOT COMPLETE
Installing app on emulator…
Using apk: /some/path/platforms/android/ant-build/app.apk
The emulator loads OK but I can’t find my app anywhere there.
When I run it through “ionic run android” to go through the device - it works, I can find my app and it’s running ok.
Help ?