1

I have an apk file which have to install on AVD Emulator. But it is showing outofspace dialog with message(app could not be viewed. Free up some space on your and try again).

I do uninstall some apps and free memory and install again the app after uninstalling it. but again it is showing same alert msg.

Please tell what should i do...

Thanks..

Archana
  • 509
  • 2
  • 6
  • 20
  • see that [http://stackoverflow.com/questions/7835609/android-4-0-emulator-out-of-space-error/7847148#7847148][1] [1]: http://stackoverflow.com/questions/7835609/android-4-0-emulator-out-of-space-error/7847148#7847148 – alejandrocordon Nov 24 '11 at 11:04

3 Answers3

1

First go to the command line,

>> android-sdk-windows\tools>

Then close your all of your current AVD. Then

emulator -avd Donut -partition-size 512
Alex Lockwood
  • 83,063
  • 39
  • 206
  • 250
Nikunj Patel
  • 21,853
  • 23
  • 89
  • 133
1

you need to increase virtual memory of emulator

How to increase virtual memory of emulator

\\emulator -avd "Emulator Name" -partition-size 500

after then try to install your apk

if any query about it then see this question

Community
  • 1
  • 1
Niranj Patel
  • 32,980
  • 10
  • 97
  • 133
  • C:\Users\ngahp5>emulator -avd GDcmd -partition-size 500 emulator: ERROR: the user data image is used by another emulator. aborting ......... when i use this in cmd it shows error like above – Archana Jul 28 '11 at 08:16
0

When you create a AVD, give more memory to it, you can even edit the existing AVD and give more memory and try to install after that.

sat
  • 40,138
  • 28
  • 93
  • 102