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
Alexander Magnusson
248 Points(SOLVED) Virtual Device failed to load
EDIT: SOLVED. Had to move the Android studio folder to the same folder as my SDK
So first I got the error with HAXM so I decided to try to use arm when creating a virtual device.
But when I create my device in AVD and select an arm version and the device is created it says "failed to load" under the actions tabs in AVD.
When I chose view details it says:
Name: Nexus_5_API_22
CPU/ABI: Google APIs ARM (armeabi-v7a)
Path: C:\Users\Alex.android\avd\Nexus_5_API_22.avd
Error: Unknown target 'Google Inc.:Google APIs:22' in C:\Users\Alex.android\avd\Nexus_5_API_22.ini
What is wrong?
Arthur Wells
9,520 PointsYep, Thanks! This was the fix.
Finn Terdal
15,997 PointsFinn Terdal
15,997 PointsHey, thanks for posting this! I was having the same problem, and this fixed it. That being said, its rather inconvenient to keep my Projects folder in the SDK's folder rather than my home directory. Oh, well....