As usually Eclipse doing stupid things with no reason. First I created the project and connected my device to PC. Everything worked perfectly – apk file was executing in run and dubug mode just fine. I changed some code, added permission to manifest file and that’s it – Eclipse no longer upload my apk on device. I already saw those problems like year ago when I wanted to start Android coding, but quited due to Eclipse being absolutely horrible IDE on Windows and google not supporting good IDEs. Anyone can provide the solution to my problem?
As usually Eclipse doing stupid things with no reason. First I created the project
Share
If it happened a year ago already, then maybe your debug key is expired. Delete your debug.keystore then rebuild you app in Eclipse. Eclipse/ADT will create a new debug key that remains valid for another year.
You can find more information here: http://developer.android.com/tools/publishing/app-signing.html#debugmode