Search code examples
androidupdating

I cannot update any changes in my android app


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 .


Solution

  • 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.