When I start the Android emulator from IntelliJ, I get something like this:
"C:\Program Files (x86)\Android\android-sdk\tools\emulator.exe" -avd 4_1_2 -netspeed full -netdelay none -no-boot-anim
I want to be able to start the x86 version through the IDE, but can't seem to find any way to do so. I have been doing starting via command line. Is there something I am missing?
"C:\Program Files (x86)\Android\android-sdk\tools\emulator-x86.exe" -avd 4_1_2 -netspeed full -netdelay none -no-boot-anim