1

Does anyone know if the old assets get removed from the assets folder when an app is re-released / updated on the Play Store? I want to include an new and updated database with my re-releases, but really don't want the out of date ones taking up space on the users' phones.

LomaxOnTheRun
  • 592
  • 1
  • 8
  • 21

1 Answers1

1

It doesn't get removed if you made any changes in assets folder, while creating the release APK delete the build folder and create the APK.

Neha Gupta
  • 26
  • 3
  • I tried removing the 'build' folder before rebuilding and running my app, and it did indeed remove my old assets files! Thank you so much :D – LomaxOnTheRun Jan 25 '17 at 06:19