如何在Android Studio中使用TFS [英] How to Use TFS in Android Studio

查看:306
本文介绍了如何在Android Studio中使用TFS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Android Studio中使用TFS.我先安装了Visual Studio Team Services,然后在设置TFVC"中选择了TF可执行文件,我下载了以下链接的TFE,但是当我测试TF exe文件时,出现了以下错误.

I want to use TFS in Android Studio. I installed Visual Studio Team Services and then in TFVC of Settings, i should to select TF executable file, i downloaded TFE of below link but when i Test TF exe file, i give below error.

The specified path does not lead to a valid TF executable.

下载的链接:

https://github.com/microsoft/team-explorer-everywhere/releases

如何解决这个问题?

推荐答案

请仔细检查您是否遵循以下步骤:

Please double check if you have follow below steps:

您必须安装 TF命令行工具,以便能够 使用TFVC功能.插件支持的最低版本为 14.0.3.要安装该工具,请下载最新的"TEE-CLC-14.. .zip"文件并将其解压缩到已知位置.解压缩文件后, 您必须接受许可协议.为此,请打开一个命令 提示/终端窗口,导航到提取的目录,然后运行 tf eula.阅读EULA后,输入y enter code here接受 它. 注意::如果您忘记这样做,则插件可能无法加载 带有RuntimeException.

You must have the TF command line tool installed to be able to use TFVC features. The minimum version supported by the plugin is 14.0.3. To install the tool, download the latest "TEE-CLC-14...zip" file and extract it to a known location. After extracting the files, you must accept the license agreement. To do so, open a Command Prompt/Terminal window, navigate to the extracted directory, and run tf eula. After reading the EULA, enter y enter code hereto accept it. NOTE: If you forget to do this, the plugin may fail to load with a RuntimeException.

要使插件检测到该工具,必须按照以下说明在Settings/Preferences菜单中设置可执行文件的位置:

For the tool to be detected by the plugin, you must set the location of the executable in the Settings/Preferences menu by following these instructions:

  1. 转到RD设置版本控制-TFVC
  2. 可执行文件的路径文本字段中,导航到 tf可执行文件.

  1. Go to RD Settings Version Control -TFVC
  2. In the Path to tf executable text field, navigate to the location of the tf executable.

单击测试以测试已找到可执行文件并正常运行 如预期的那样.

Click Test to test that the executable has been found and is working as expected.

更多详细信息,请参阅此教程.

More details please refer this tutorial.

这篇关于如何在Android Studio中使用TFS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆