Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i created an android virtual device (Nexus7 800*1280 tvdpi) in Eclipse
but unfortunately it doesn't work !

C#
Error : Starting emulator for AVD 'mob2'
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 Suggestion ?
Posted

1 solution

That problem is the issue related to your (virtual) device's RAM size, minimize it a little bit and it'll run.

Read this question for more: http://stackoverflow.com/questions/7222906/failed-to-allocate-memory-8[^]
 
Share this answer
 
Comments
seyed mahmud shahrokni 24-Nov-14 14:21pm    
tnx ! i read the answer 2 minutes a go ! :D but why should we reduce Ram Size ?! do you know the Reason?!
Afzaal Ahmad Zeeshan 24-Nov-14 14:31pm    
Because the virtual device would take all that RAM size you've allocated for it, and thus the RAM size for your own PC would fall short, that is why it is not allowed for the applications such as virtual devices to not use that much RAM size.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900