android-studioandroid-studio-import

no clean option in android studio


I found no option for clean project in build in android studio. what is reason for that? or is there different way to clean the project in android studio

enter image description here


Solution

  • Make sure you are looking a the correct directory. I also thought clean was missing when I looked under the root directory. Turns out it see example is located under the :app directory.

    Open the Gradle side panel on the right. Select app->Tasks->build->clean