Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Nitin Savkar
4,302 PointsError: HAX is working and emulator runs in fast virt mode emulator: emulator window was out of view and was recentered
Getting below error. Did lot of things but not able to resolve. Could you please help
C:\Users\administrator.IBS\AppData\Local\Android\Sdk\tools\emulator.exe -avd Nexus_5_API_21_x86 -netspeed full -netdelay none emulator: device fd:612 HAX is working and emulator runs in fast virt mode creating window 43 59 329 583 emulator: emulator window was out of view and was recentered
1 Answer
Tjark Miener
4,452 PointsHey Nitin.
Make sure that you installed Intel x 86 Emulator Accelerator (HAXM installer) and Arm EABI v7a System Image in the Android SDK Manager.
To Do: 1) go to the Android Virtual Device Manager 2) hit "Create Virtual Device" 3) pick one device and hit Next 4) download if necessary your favorit API Level 5) SELECT THE ROW WITH ABI: armeabi-v7a and Target: Android {Version} and hit Next 6) hit Finish 7) Run your app with this device
This algorithm worked for me. Please let me know if this solve your Problem.