如何關閉android studio3.0的自動儲存功能(有效)
阿新 • • 發佈:2019-01-24
要兩步 不然 不行
Disable Auto Save(這一步不夠用)
File
>Settings
>Appearance & Behavior
>System Settings
>Synchronization
> then uncheck bothSave files on frame deactivation
andSave files automatically if application is idle
>OK
Now, you may want to do this too.
Mark Changed But Unsaved File(這一步一定要鉤 不然沒用)
File
>Settings
>Editor
>General
>Editor Tabs
> then checkMark modified tabs with asterisk
>OK
Save One File with Ctrl+S(這個不一定要)
File
>Settings
>Keymap
> search with save document > right clickSave Document
>Add Keyboard Shortcut
> press Ctrl+S>OK
>Remove
>OK
從這https://stackoverflow.com/questions/28946013/how-to-disable-auto-save-save-in-android-studio 學的