79163812

Date: 2024-11-06 18:26:43
Score: 1.5
Natty:
Report link

Force a Full Build on Each Run:

You can configure Android Studio to always perform a clean build before running: Go to Run > Edit Configurations. Select your app configuration and scroll down to Before Launch. Click on Add (+), then select Gradle-aware Make. This ensures that a Gradle build task runs before launching the app, forcing it to rebuild and apply any XML changes. It works 100%

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohit Rana