I am developing an application in Android but whenever i try to update my application (deleting the old app's files and uploading new files from my pc). After i replace files and re-install my app, i can not see any changes on my phone. It stays like the old version, like no changes are applied. btw. i change the versionCode and versionName in the manifest file and My app is not on GooglePlay store yet, only in my PC .
Asked
Active
Viewed 147 times
2 Answers
3
Try to clean the project Project --> clean. Delete the old project from device and than install new one after cleaning.

Nitin Bathija
- 800
- 3
- 12
- 24
2
Please try to Clean and build the project after u updated the files in your app project if you are using Eclipse
as an IDE
.

Avadhani Y
- 7,566
- 19
- 63
- 90
-
-
-
I cleaned my project and after i run in Emulater i installed and i got it updated now. Thanks alot :) – berk kaan Dec 20 '12 at 12:15