The same Android project is built in debug mode, sometimes with Eclipse, sometimes with ant (on build machine).
If I first install the ant build, and then try to sta
Other solution Incremente your version code on build.gralde file of your application
defaultConfig { ... versionCode 1 ... } defaultConfig { ... versionCode 2 ... }
Sync Now
Build clean Project
Run your application