New compile problem with 2.02

bazp

Member
Licensed User
Longtime User
I cannot compile to the emulator now. I am on version 2.02 which has been working fine. I am getting the following error,


Compiling code. 0.15
Compiling layouts code. 0.01
Generating R file. 0.00
Compiling generated Java code. 1.63
Convert byte code - optimized dex. 1.80
Packaging files. 0.45
Copying libraries resources 0.03
Found 2 resource files.
Signing package file (private key) 0.41
ZipAlign file. 0.03
Installing file to device. Error
pkg: /data/local/tmp/result_DEBUG.apk
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

Restarting ADB Server may solve this problem.
Tools - Restart ADB Server. Device serial: emulator-5554


Any help would be great.
 

yttrium

Active Member
Licensed User
Longtime User
It seems that you have lots of files or applications installed on the Emulator.
I had the same error on my Nexus One a few days ago.
I uninstalled applications that I don't use anymore and the problem was solved.

Best regards.

This. You can, however, simply increase the storage size of the emulator in the AVD Manager, under Edit > Internal Storage.

Also, make sure that in your manifest your app isn't set to only permit installation on external storage - if it is, you need to raise the SD Card size as well.
 
Upvote 0
Top