Reputation: 1385
I am facing new issue after updating the Android SDK.
I am clicking on the Run in the Android Studio. 1) It opens emulator but during loading the emulator is getting crashing..
Crash Log along with image is attaching here..
Upvotes: 0
Views: 3058
Reputation: 751
This existing stackoverflow question link should help
avd device setup choose emulator device with least resolution, it uses less space on disk
Tip: How to make Android Emulators fast?
I would suggest having an alternative emulator always.. you can't depend on one, get Genymotion emulator
install genymotion plugin for Andriod Studio/eclipse from plugins
You also need genymotion installed on your system, download genymotion
Upvotes: 1
Reputation: 106
Did you try to address the warning message? I suppose you don't have enough RAM left after allocating ~3GB to the virtual device . Especially if you are using a Mac with less than 8GB RAM that's an overkill (I haven't tried if it's at all possible to allocate more than 2GB even if you had enough RAM). Try to reduce the emulator RAM to 2GB and see if that fixes the problem.
Upvotes: 2