你如何关闭android studio中的版本控制?

时间:2013-06-10 17:08:46

标签: android version-control android-studio

我用android studio设置了我的Github,一切正常,现在问题是,我似乎无法关闭,或者通过版本控制再次正常使用IDE。

这意味着没有显示错误,因此很难调试。

那么如何在Android Studio中关闭版本控制(VCS)?

5 个答案:

答案 0 :(得分:230)

要在Mac上的Android Studio中禁用VCS,请执行以下操作:

Android Studio > Preferences...

enter image description here

在“偏好设置”窗口中,选择Version Control,然后在Directory下选择VCS下拉列为<none>

enter image description here

不要忘记在底部的常规“首选项”按钮中单击“应用”。

答案 1 :(得分:56)

在Android Studio 1.2.x

文件 - &gt;设置 - &gt;版本控制

此处显示根,按( - )按钮删除。

答案 2 :(得分:17)

其他答案对我不起作用,所以我正在添加我的解决方案。

这条消息让我发疯:

enter image description here

我遇到其他建议时遇到问题,因为我的设置不允许我保存版本控制的更改。

enter image description here

所以我进入版本控制/忽略文件并删除了该项目的所有被忽略的文件。

enter image description here

enter image description here

然后当我点击版本控制

enter image description here

我发现了in this answer here

答案 3 :(得分:9)

VCS是特定于项目的设置,您可以转到File -> Settings然后在Version Control标题下进行检查来修改。

或者,您可以在Plugins标题下禁用特定的VCS插件。

注意:我没有将GitHub用作VCS,但您仍应在IDE中进行错误显示(语法检查)。 VCS的使用不应该禁用它,因为这会使IDE的使用毫无意义。

答案 4 :(得分:5)

您可以删除 vcs.xml 文件,它会删除与您的应用相关联的VCS。 'vcs.xml'文件可在此位置找到“ YourProject \ .idea \ vcs.xml