Friday, December 14, 2012

Android Virtual Device Failed to allocate memory: 8

I found the answer here:
http://stackoverflow.com/questions/7222906/failed-to-allocate-memory-8

Full 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.

fix:
Lower the amount of RAM allocated for the virtual machine.


No comments:

Post a Comment

Pulling local admin accounts on a windows system WITH POWERSHELL

 There’s a couple ways to get them, I’m sure you’ve been around the internet looking. The Powershell scripts I use: Get-LocalGroupMember -Gr...