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 trialRain Kullamaa
6,916 PointsIm getting error messages from Andorid Emulator: Cannot set up guest memory 'android_arm': Invalid argument
When i start Android emulator with Android 4.2.2(API level 17) it just wont start :S same for API lvl 19. I have installed all the packages from SDK Manager This is the message: Cannot set up guest memory 'android_arm': Invalid argument
Help please!
1 Answer
nithin h r
5,996 PointsYou might be experiencing these problems due to allocation of excessive amount of RAM for the virtual device which wont be available for the device.
Best thing to do is to go to ->
Android Virtual Device Manager and set it to something like 512MB or 768MB and try again.
try decreasing the ram and try again if the problem persists!!