Whenever I debug application on hardware device, It runs with an old copy.
I tried :
- Restarting Eclipse
- Fixing Project with Android Tools
- Checking manifest file
- Unplugging the cable
Only thing that helps is cleaning the project.
Did I missed something ?
There is a bug in the latest ADT with “library projects”, such that changes to indirectly dependent libraries do not cause the Android project to be rebuilt. See Android build in Eclipse not picking up changes to linked Project
The work-around is to make any single change in the Android portion of your application (vs. just making changes in the common portion which won’t trigger a rebuild).
Please “star” the bugs at Google about this: