Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Equivalent of Clean & build in Android Studio?

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.

So my question is: what is Android Studio's equivalent of Clean & build?

like image 933
Gaurav Vashisth Avatar asked May 19 '13 16:05

Gaurav Vashisth


People also ask

What word means to make clean?

hygienise, hygienize, sanitise, sanitize. make sanitary by cleaning or sterilizing.


1 Answers

Android studio is based on Intellij Idea. In Intellij Idea you have to do the following from the GUI menu.

Build -> Rebuild Project 
like image 127
Tarun Avatar answered Sep 20 '22 13:09

Tarun