How turn off autosave in Android Studio?

后端 未结 4 2427
梦毁少年i
梦毁少年i 2021-02-19 10:59

I\'m using Android Studio version 0.8.2 (on Windows7). It is very annoying that when i change some file it is automatically saved. According to this i have turn off settings lik

4条回答
  •  悲哀的现实
    2021-02-19 11:19

    I'm using Android Studio(v135.1740770) in Mac Pro, open below file:

    ~/Library/Preferences/AndroidStudio/options/ide.general.xml
    

    you will see option for autoSaveFiles, just change its value to false.

    In windows7 same file resides here,

    ~\.AndroidStudioXXX\config\options\ide.general.xml
    

提交回复
热议问题