1. 程式人生 > >如何關閉android studio3.0的自動儲存功能(有效)

如何關閉android studio3.0的自動儲存功能(有效)

要兩步  不然 不行

Disable Auto Save(這一步不夠用)

File > Settings > Appearance & Behavior > System Settings > Synchronization > then uncheck both Save files on frame deactivation and Save files automatically if application is idle > OK

Screenshot- Disable Auto Save


Now, you may want to do this too.

Mark Changed But Unsaved File(這一步一定要鉤 不然沒用)

File > Settings > Editor > General > Editor Tabs > then check Mark modified tabs with asterisk > OK

Screenshot- Mark Changed But Unsaved File

Save One File with Ctrl+S(這個不一定要)

File > Settings > Keymap > search with save document > right click Save Document > Add Keyboard Shortcut > press Ctrl+SOK > Remove

 > OK

Screenshot- Save One File with Ctrl+S

從這https://stackoverflow.com/questions/28946013/how-to-disable-auto-save-save-in-android-studio 學的