Click here to Skip to main content
15,868,109 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
RAM size of my computer is 2GB is that cause android emulator not starting
Posted
Updated 2-Mar-15 10:21am
v4
Comments
BillW33 2-Mar-15 16:31pm    
This is related to your question at http://www.codeproject.com/Questions/882141/emulator-of-android-dose-not-appear?arn=9
If you want to add information to that it by pressing the "Have a Question or Comment?" button or update your question by using the "Improve question" button. Do not create a new question.

1 solution

The same problem occurred me also, earlier my laptop config was 2 GB ram windows XP. the default heap size it was showing was 64 MB (even after modifying the heap details in eclipse.ini). Even for the Hello program also the emulator use to give error on startup. Later i got explanation that latest ADT tool uses the available RAM with some inbuilt calculation.

I upgraded the RAM to 4 GM and OS is Windows 7, now it works properly. it even show the RAM allocated for ADT is more than 64 MB, and some time if no process running it increases dynamically.

Hope this info helps you. because i spend many hours on net searching how to increase the heap size for ADT, but all gave the same thing update the eclipse.ini file it works, but it didn't worked for me.


Regards,
Panduranga.
 
Share this answer
 
Comments
Member 11456552 3-Mar-15 0:08am    
Thank you very much

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