As the title mentioned, I have developed a simple NFC app in eclipse and I am trying to run it in the mobile device to debug my code. However, when I try to run it, this mes
I had the same problem: dying waiting for Project/clean. I have tried following this recommandations, "-clean" comman in eclipse.ini, modified the working environment, reinstall eclipse... After all, problem stayed still.
Then finally, I ask my friend, then the solution was simple: "it might be crashed at your aapt file, change it with a good one"
Everything works fine now. Hope it helps.
Go to Project Menu Uncheck the Build automatically and Restart the Eclipse/STS IDE.
I ran into this issue and the reason was there was one project it was not build correctly. so if you ran into this issue in an existing working workspace review the recent changes or recently imported projects.
This method worked for me:
Hope this'll help!
For me the clean option didn't work and I didn't want to reset the workspace. Fortunately for me another solution worked:
Oh yeah, I had the clean option in the eclipse.ini the entire time. Not sure if that is necessary, but it might be good to try that option first anyways.
this can be due to installing another software with port setted equivalent to the port used by adb server
adb hangs when trying to start or stop server