0

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 .

berk kaan
  • 447
  • 2
  • 7
  • 12

2 Answers2

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