Android Studio Not Running
I just created my first android project in Android studio .It is the default hello word app.When i ran it in the virtualised emulator i got the following error.Please help me sort
Solution 1:
Your HAXM is not working try reinstalling it and set the initial value(768MB recommended) of memory to less than the RAM of your computer. You need to reduce the RAM size of the emulator you are trying to run. And make sure the emulator is not exceeding the value you set while installing the HAXM. If HAXM is set to 768MB, reduce it to further and set RAM to 512MB set for it to work properly.
Android Studio:
Tools
->Android
->AVD Manager
- Click on
Edit this AVD
- Show
Advanced Settings
->Memory and Storage
- Set
RAM
to512MB
->Finish
Eclipse:
- Choose your emulator device and
- Click
Edit
to edit the configurations. Window
->AVD Manager
- Under
Memory Options
you will findRAM
options. Now set it up to a minimal value such as512MB
.
Now try running your emulator now. Hopefully it should be able to start now.
Post a Comment for "Android Studio Not Running"