I have been having issues running my first android app. Yesterday, i came close to running it but my happiness was dashed when i encountered this error:
emul
Here's how to fix it and keep your desired amount of RAM:
ORIGINAL: disk.dataPartition.size=512M
MODIFIED: disk.dataPartition.size=512MB
ORIGINAL: hw.ramSize=1024
MODIFIED: hw.ramSize=1024MB
Save the file, and then run the emulator again (e.g. "emulator.exe -avd phone"). You must repeat this process for each of your AVDs.