当尝试退出Android Studio时,它会显示一个确认对话框,询问“你真的想退出吗?‘。当我试图退出Android Studio时,我错误地选中了‘不要再问我’复选框。现在,我想要回那个确认对话框。我在文件->设置下检查了它,但我找不到任何选项来恢复该功能。也谷歌了一下,但都是静脉。
00jrzges1#
对于MAC用户,请按照以下步骤操作:1)从Android Studio菜单中选择Preferences2)向下滚动至IDE Settings并选择子部分General3)在Startup/Shutdown部分,你会发现Confirm application exit。选择它以再次启用它4)按下Apply对于Windows用户,请执行以下步骤:1)从工具栏中选择File2)选择Settings3)向下滚动至IDE Settings并选择子部分General4)在Startup/Shutdown部分,你会发现Confirm application exit。选择它以再次启用它5)按下Apply
Android Studio
Preferences
IDE Settings
General
Startup/Shutdown
Confirm application exit
Apply
File
Settings
e4eetjau2#
1.打开文件->设置1.在左上角的搜索框中输入exit1.点击System Settings1.检查Confirm application exit1.点击Apply
exit
System Settings
ujv3wf0j3#
1. Mac Shift+Cmd+A,Windows Ctrl+Alt+S2,键入“Confirm application exit”。3.在同一窗口中切换ON / OFF。
ON / OFF
yh2wf1be4#
启用确认退出文件->设置->常规->勾选确认应用程序退出
zdwk9cvp5#
有关Android Studio 2.1.1的更新答案/指南1.转到File1.选择Settings1.下Appearance & Behavior1.选择System Settings1.单击/选中Confirm application exitCtrl + Alt + S(用于打开设置快捷方式)- Windows
Appearance & Behavior
q1qsirdb6#
安卓Studio Flamingo| 2022.2.1补丁21.转到Preferences。1.选择System Settings。1.找到标记为“Confirm before exiting the IDE”的复选框并选中它。
Confirm before exiting the IDE
2hh7jdfx7#
除了上述答案,你也可以选择用黑客的方式来改变IDE设置--编辑ide.general.xml设置文件(在Windows上应该是C:\Users\<LOGIN>\.AndroidStudio\config\options文件夹),然后将<option name="confirmExit" value="false" />更改为true:)
ide.general.xml
C:\Users\<LOGIN>\.AndroidStudio\config\options
<option name="confirmExit" value="false" />
true
7条答案
按热度按时间00jrzges1#
对于MAC用户,请按照以下步骤操作:
1)从
Android Studio
菜单中选择Preferences
2)向下滚动至
IDE Settings
并选择子部分General
3)在
Startup/Shutdown
部分,你会发现Confirm application exit
。选择它以再次启用它4)按下
Apply
对于Windows用户,请执行以下步骤:
1)从工具栏中选择
File
2)选择
Settings
3)向下滚动至
IDE Settings
并选择子部分General
4)在
Startup/Shutdown
部分,你会发现Confirm application exit
。选择它以再次启用它5)按下
Apply
e4eetjau2#
1.打开文件->设置
1.在左上角的搜索框中输入
exit
1.点击
System Settings
1.检查
Confirm application exit
1.点击
Apply
ujv3wf0j3#
1. Mac Shift+Cmd+A,Windows Ctrl+Alt+S
2,键入“
Confirm application exit
”。3.在同一窗口中切换
ON / OFF
。yh2wf1be4#
启用确认退出
文件->设置->常规->勾选确认应用程序退出
zdwk9cvp5#
有关Android Studio 2.1.1的更新答案/指南
1.转到
File
1.选择
Settings
1.下
Appearance & Behavior
1.选择
System Settings
1.单击/选中
Confirm application exit
Ctrl + Alt + S(用于打开设置快捷方式)- Windows
q1qsirdb6#
安卓Studio Flamingo| 2022.2.1补丁2
1.转到
Preferences
。1.选择
System Settings
。1.找到标记为“
Confirm before exiting the IDE
”的复选框并选中它。2hh7jdfx7#
除了上述答案,你也可以选择用黑客的方式来改变IDE设置--编辑
ide.general.xml
设置文件(在Windows上应该是C:\Users\<LOGIN>\.AndroidStudio\config\options
文件夹),然后将<option name="confirmExit" value="false" />
更改为true
:)