Is there a way to make Android Studio preform a clean project automatically whenever I generate a signed APK?
Normally I do this manually before releasing an update, but apparently yesterday I did not and now my app strings are all out of sync. I'd like to prevent this from happening again by making Android Studio clean the project as part of the generate APK process.
Any ideas?