android studio turn off hyperv,Android Studio 3.1.2 - 关闭VCS(Android Studio 3.1.2 - Turn VCS OFF)

Android Studio 3.1.2 - 关闭VCS(Android Studio 3.1.2 - Turn VCS OFF)

我最近做了一个更新我的Android Studio到版本3.1.2。

很显然,更新导致我的VCS打开。

我不需要这个,当我尝试构建我的签名APK时,它令我头痛。

我遵循各种Stackoverflow帖子的建议,但他们都没有工作。 其中一些似乎暂时工作,但当我重新启动AS并打开一个以前的项目时,我发现GIT再次打开。

当我进入文件→设置→版本控制时,我可以突出显示我的目录,然后编辑它以将其从GIT更改为无。 然后我做了一个APPLY。 它似乎工作,但当我回到它已经回到了GIT。

我甚至在我的.ideas目录中找到了VCS.XML文件,并对其进行了编辑以删除GIT,但只有在重新启动Android Studio时才将其恢复为“开启”。

我如何在3.1.2版中关闭VCS?

I recently did an Update of my Android Studio to version 3.1.2.

Apparently somewhere along the line an Update caused my VCS to turn ON.

I don't need this and it is causing me headaches when I try to build my Signed APK.

I have followed the advice on a variety of Stackoverflow postings, but none of them have worked. Some of them appeared to work temporarily, but when I did a restart of AS and opened up a previous Project, I find GIT set ON again.

When I go to File → Settings → Version Control I can highlight my Directory and then Edit it to change it from GIT to None. I then did an APPLY. And it seems to work, but when I go back in it has set itself back to GIT.

I even found the VCS.XML file in my .ideas directory and edited it to remove GIT, only to have it reverts itself to 'on' when restarting Android Studio.

How can I, in version 3.1.2, turn OFF the VCS for good?

原文:https://stackoverflow.com/questions/50703291

更新时间:2020-01-14 01:09

最满意答案

在你的应用文件夹中,删除:

.idea文件夹中的vcs.xml文件

.git文件夹

In your application folder, remove:

the vcs.xml file in the .idea folder

the .git folder

2018-06-05

相关问答

要在Mac上的Android Studio中禁用VCS,请执行以下操作: Android Studio > Preferences... 在首选项窗口中,选择Version Control并在Directory下选择VCS下拉列表为 不要忘记在底部的常规首选项按钮中单击“应用”。 To disable VCS in Android Studio on a Mac do the following: Android Studio > Preferences... In the Prefe

...

出现警告消息时按“添加根”。 这将使想法注册“未注册的vcs根”,您可以使用IDEA / Android studio的git功能。 如果您不按“添加根”,则不会发生任何错误,但我怀疑您将在Android studio / IDEA的每个启动时都收到相同的警告。 Press "add root" when the warning message appears. This will make idea register the "unregistered vcs root", and you ca

...

对我的团队成员来说,有两种不同的解决方案: 移动JCenter依赖项 将jcenter()依赖项移动到存储库依赖项的底部: repositories {

maven { url "https://jitpack.io" }

maven { url "https://maven.fabric.io/public" }

google()

jcenter()

}

手动使用gradle分发 这只是一种解决方法,但它应该足够,直到他们

...

好的,所以我发现这个: 使用android studio 3.1.2后显示error = 2,没有这样的文件或目录 我不得不从Android Studio卸载NDK以使其正常工作 Ok, so I found this: After using android studio 3.1.2 it showing error=2, No such file or directory I had to uninstall the NDK from Android Studio to make it wor

...

你应该升级你的版本 compileSdkVersion buildToolsVersion 尝试 compileSdkVersion 27

buildToolsVersion "27.0.3"

defaultConfig {

applicationId "harshvasoya.gameofcards"

minSdkVersion 19

targetSdkVersion 27

versionCode 1

ver

...

在你的应用文件夹中,删除: .idea文件夹中的vcs.xml文件 .git文件夹 In your application folder, remove: the vcs.xml file in the .idea folder the .git folder

NDK_PROJECT_PATH=null是一个红鲱鱼。 它看起来很惊人。 这不是一个错误。 这是如何在Android Studio中配置NDK构建。 最新的NDK r17放弃了对一些ABI的支持。 不幸的是,旧的Gradle插件不知道。 您可以通过调整build.gradle脚本来解决这种不一致问题,但是升级插件更简单,更安全。 NDK_PROJECT_PATH=null is a red herring. It only looks alarming. It's not an error. T

...

您可以在“更改”窗口中找到您的书架,您可以在“查看” - >“工具窗口” - >“更改”下找到(或者在Mac上按⌘9,在Windows上按Ctrl9?) 右键单击您的更改可以获得它的选项,更多信息可以在IntelliJ的doc站点找到(因为Android Studio是IntelliJ,还有更多的Android内容): http : //www.jetbrains.com/idea/webhelp/intellij-idea -工具- windows.html You can find your

...

你需要首先删除bitbucket上的远程分支,然后删除android studio中的本地分支。 详情如下: 在bitbuckte中删除无用的远程分支。 在bitbucket中回购 - >分支 - >选择要删除的分支 - >单击...按钮 - >删除分支。 如果要删除多个分支,请执行相同的操作。 从远程到android工作室获取更改。 Android studio - > VCS - > Git - > Fetch。 删除相关的本地分支。 Android studio - > VCS - > Gi

...

请阅读CRAN上Ubuntu的优秀自述文件,并按照其中列出的步骤进行操作。 您必须在命令行中执行此操作,即在终端中 - 而不是在RStudio中。 我们在专门的邮件列表r-sig-debian上支持所有这些,您也可以通过gmane仔细阅读 。 Please read the excellent README for Ubuntu at CRAN and follow the steps outlined therein. You have to do this at the command-lin

...

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值