How turn off autosave in Android Studio?

后端 未结 4 2362
梦毁少年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:16

    The beaviour of "auto-saving" your file is not due to the auto-save options mentioned above.

    IJ saves all changes to your build sources to automatically build the target.

    This can be turned of in:

    Preferences -> Build,Execution,Deployment -> Compiler -> Make project automatically.

    Note: now have to initiate the project build manually (e.g. by using an appropriate key-shortcut)

    (All other "auto-save" options just fine-tune the build in auto-save behaviour.)

提交回复
热议问题