Today while running an app from Android Studio, it didn\'t build from my latest code.
I looked for a Clean & build option but I couldn\'t find one.
I don't know if there's a way to get a clean build via the UI, but it's easy to do from the commandline using gradle wrapper. From the root directory of your project:
./gradlew clean