eclipse - Failed to allocate memory: 8 android -


i have installed eclipse , android sdk manager, installed files android 4.22 in sdk , tried run sample android project.. getting following error

 [2014-02-06 15:28:08 - myfirstapp] android launch!  [2014-02-06 15:28:08 - myfirstapp] adb running normally.  [2014-02-06 15:28:08 - myfirstapp] performing com.example.myfirstapp.mainactivity activity launch  [2014-02-06 15:28:08 - myfirstapp] automatic target mode: launching new emulator compatible avd 'avd_233'  [2014-02-06 15:28:08 - myfirstapp] launching new emulator virtual device 'avd_233'  [2014-02-06 15:28:17 - emulator] failed allocate memory: 8  [2014-02-06 15:28:17 - emulator]   [2014-02-06 15:28:17 - emulator] application has requested runtime terminate in unusual way.  [2014-02-06 15:28:17 - emulator] please contact application's support team more information. 

i tried following..

 1)  accessed c:\users\user\.android\avd\user.avd\config.ini , changed hw.ramsize=1024mb  2)accessed avd , edited memory optionfrom 1024mb s 512mb  

its still not working... in advance..

try setting ram 512 mb. worked me..

if not working you, try reducing ram , vm heap further.

first try emulator ldpi models(2.7 inch)..


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -