Skip to Content

Clean up your Android project’s build cache before building it. This is done by using the Build / Clean Project option in Android Studio. After selecting this option, the build will remove the project’s compiled files and remove the gradle folder. Android Studio will also rebuild the project if you’ve selected Build / Rebuild Project. …

Read More about How Do I Clean My Android Project?