Artemix
Artemix

Reputation: 8655

How to hook up Android Studio emulator from IDEA?

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

Answers (1)

CrazyCoder
CrazyCoder

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

Related Questions