Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to avoid "Activity not started, its current task has been brought to the front " warning?

Tags:

android

If I don't modify source code and compile, I get "Activity not started, its current task has been brought to the front" message. Is there option in Eclipse to force it to run without changing source code?

like image 755
user1301568 Avatar asked Jul 17 '12 07:07

user1301568


1 Answers

If u want to enforce it do this. I do this usually though it sounds lame. Add a space anywhere in your code (in any file). Just Save the project and run. It will then go through the uploading and installing process again. This is the easiest way to go about it without actually changing any code that matters.

like image 176
pixelscreen Avatar answered Nov 15 '22 08:11

pixelscreen