Android running really slow in debug mode
android, eclipse
Solution
It usually happens in Emulator, especially when you are reading/writing files, making calls to web-server and/or the size of your .apk file increases (large apk size causes slow installation). The best solution is to use a real device which will speed-up the installation process and enhance the overall performance of your app
Problem
Possible Duplicate: Slow Android emulator I am trying to run an android application in debug mode in eclipse and it is really slow. How can I improve the performance?