Reputation: 4968
few days before when i was trying to run my apps the following type of error used to occur
[2011-02-24 20:33:41 - FlashCard] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
[2011-02-24 20:33:41 - FlashCard] Please check logcat output for more details.
[2011-02-24 20:33:41 - FlashCard] Launch canceled!
i used to close the eclipse or shut down my system, then it gets cleared.
Later it happens to occur often, i got a suggestion from stack overflow to enter command adb start-server and adb kill-server in run cmd, the idea worked only for two days.
Right from today morning i am trying to run all my apps and the same error continues.
The adb server idea is not working, i have tried updating my eclipse too.
i am posting this just to get an idea about this problem, as i am new to android development and java.
if anyone have any solution or idea pls share it.
Upvotes: 0
Views: 1611
Reputation: 9510
Please follow below link for the solution
Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on Android
and top of this try to clear other application's data from the setting->application->manage application
Upvotes: 1
Reputation: 10479
Have you tried freeing up space on your device/emulator by uninstalling apps?
Upvotes: 0