Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the restart option in Android Studio?

Tags:

Where is the restart option in Android Studio? In Eclipse, we used to find that option under File -> Restart.

like image 388
Dinesh Sunny Avatar asked Jan 10 '15 07:01

Dinesh Sunny


2 Answers

Since Android Studio is based on IntelliJ, the option should be in the same place. It's a feature you would seldom use unless your file caches went ballistic (and that can happen every now and then).

Under File > Invalidate Caches/Restart, you'll find an option that lets you either invalidate the caches (and you'll have to rebuild indexes again), or just restart the IDE.

like image 124
Makoto Avatar answered Sep 27 '22 19:09

Makoto


Go to : File > invalidate caches/restart

like image 33
kajal ahir Avatar answered Sep 27 '22 17:09

kajal ahir