Reputation: 8655
I was running into some issues with stage height in Android devices with notches, specifically the Xiaomi Note Pro 6. So since I don't have that device I wanted to emulate it using Android Studio.
How can I launch an app made in IDEA (Air app) that runs in the emulator?, so I can get the debug info from stage sizes and all the jazz, cant find a way.
Upvotes: 2
Views: 4488
Reputation: 401897
You can use Help
| Find Action
| AVD Manager
, configure and start Android emulator from IntelliJ IDEA, then in the Flash run/debug configuration use the Android device option. It should see the running emulator (it has to be x86).
Upvotes: 8