When you develop an android App in Eclipse, sooner or later, you will encounter such a weird problem: you press the “Run As” button, but it is still running as if you clicked “Debug as”, as shown below.
I have tried many suggested solutions, including:
- Click the Disconnect button in debug mode
- In Run menu, click the “Remove all break point” menu item
- Restart eclipse
But none of them worked. You know what? Finally I get this problem resolved by:
Restart the Android Device! Then it worked!
Advertisements