Can Not Increase Android Emulator Internal Storage -


i can't increase android emulator internal storage more 533 mb tried:

  1. edit disk.datapartition.size=1g in config.ini file
  2. change configuration on android virtual device manager screen shoot below.

but android emulator internal storage still 533 mb

enter image description here setting emulator

  1. android studio 1.3.1
  2. nexus 5 emulator profie
  3. target sdk 5.1.1
  4. cpu x86_64

you can resolve resizing userdata.img file located on avd emulator folder:

cd ~/.android/avd/youremulatorname e2fsck -f userdata-qemu.img rm userdata-qemu.* resize2fs userdata.img 1024m 

now start avd emulator again , you'll see it's storage increased. windows users can cygwin enabling "e2fsprogs" package on install/update.

p.s.: must change 1024m wanted value of internal storage.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -