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 trialShariq Shaikh
13,945 PointsUnable to launch Nexus 7 emulator
When I attempted to launch the nexus 7 emulator I received this error:
Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Any thoughts on how to fix this?
2 Answers
Shariq Shaikh
13,945 PointsFound the answer that work for me in this link:
http://stackoverflow.com/questions/11667907/android-emulator-failed-to-allocate-memory-8
Joshua Lopez
8,972 PointsThat usually happens because your device emulator is using too much RAM. In the AVD manager, click on your device then press Edit. Lower the amount of RAM your system is using on your device emulator. It'll make your emulator slower, which isn't very efficient. You should look into installing Genymotion for Eclipse. How to install Genymotion: (https://cloud.genymotion.com/page/doc/) There's also videos on Genymotion that Ben Jakuben made in Android Tools. (https://teamtreehouse.com/library/android-tools)