I want to edit or change the ram size while creating the android emulator from command line.
EX: While creating the emulator it\'s taking default ram size(Android S
You can change the default value of hw.ramSize in hardware.ini which you uses. For example, if you change the platforms/android-15/skins/**WVGA800**/hardware.ini to
hw.lcd.density=240
vm.heapSize=48
hw.ramSize=1024
Then you can create an avd that has 1024M of ram by using:
android create avd -f -t -s **WVGA800** -n test_avd