Hi all.
I’m trying to emulate my ionic app using the native-run
command as follows:
native-run android --app platforms/android/app/build/outputs/apk/debug/app-debug.apk --virtual --verbose --target Pixel_2_API_28
I used that target because is the one that native-run android --list --virtual
returns.
[native-run]
[native-run] Virtual Devices:
[native-run]
[native-run] Name API Target ID
[native-run] ----------------------------------------
[native-run] Pixel 2 API 28 API 28 Pixel_2_API_28
[native-run]
What is happening is that for some seconds there is a new window created in which I can see the outline of a mobile phone but then it closes.
In this link I’m providing the full verbose logs. As far as I can tell, there is nothing weird there to help me “debug” the situation.
If anyone has an idea it would be more than welcome.
Thanks in advance.