Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear cache on Eclipse Android Emulator

i was wondering if there is a fast way to clear cache on a running Eclipse Android Emulator, apart from shutting it down and starting it after.

For the time being, caching proved to be a major drawback for me, since am new to Android and it eventually lead me to wrong conclussions about my code...

Thank you.

like image 888
nifo Avatar asked Mar 30 '26 16:03

nifo


1 Answers

You can clear cache / data per application from settings (Applications -> manage applications). You can also uninstall your application from there which will cause everything to be cleared. This of course only clears data that your application is creating.

like image 102
Juhani Avatar answered Apr 02 '26 04:04

Juhani