Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Confirm Exit Dialog When Closing Android Studio

When try to exit the Android Studio, it shows a confirmation dialogue box asking 'Do you really want to exit?'. I mistakenly check the 'Do not ask me again' check box when I tried to exit the android studio. Now, I want that confirmation dialogue box back. I checked it out under File -> Settings but I could not able to find any option to restore that feature back. And also googled it but all in vein.

like image 399
metior Avatar asked Mar 18 '15 12:03

metior


2 Answers

  1. Open File -> Settings
  2. Enter exit in the search box on the top left
  3. Click on System Settings
  4. Check Confirm application exit
  5. Click on Apply
like image 136
cygery Avatar answered Sep 29 '22 07:09

cygery


For MAC users follow the following steps:

1)Select Preferences from the Android Studio menu

2)Scroll down till the IDE Settings and select the sub section General

3)In the Startup/Shutdown section, you will find Confirm application exit. Select it to enable it again

4)Press Apply


For Windows users follow the following steps:

1)Select File from the toolbar

2)Select Settings

3)Scroll down till the IDE Settings and select the sub section General

4)In the Startup/Shutdown section, you will find Confirm application exit. Select it to enable it again

5)Press Apply

like image 21
Sami Eltamawy Avatar answered Sep 29 '22 06:09

Sami Eltamawy