Monday, May 7, 2012

Solution: Android INSTALL_FAILED_INSUFFICIENT_STORAGE error Android Imulator

You need to increase the Android emulator's memory capacity, there are 2 ways for that:

1- Right click the root of your Android Project, go to "Run As" then go to "Run Configurations..." locate the "Android Application" node in the tree at the left, then select your project and go to the "Target" tab on the right side of the window look down for the "Additional Emulator Command Line Options" field (sometimes you'll need to make the window larger) and finally paste "-partition-size 1024" there. Click Apply and then Run to use your emulator.

2- Go to Eclipse's Preferences, then Select “Launch” Add “-partition-size 1024” on the “Default emulator option” field, then click “Apply” and use your emulator as usual.

 

Source : http://stackoverflow.com/questions/4709137/solution-android-install-failed-insufficient-storage-error

Tuesday, May 1, 2012

Pending Intent Extras Problem

http://stackoverflow.com/questions/4689029/send-extra-data-via-pendingintent-problem