在空TFS仓库中添加新的Android项目

时间:2018-03-29 10:54:51

标签: android tfs

我在TFS上有一个项目结构如下: TFS image

我已经在Android工作室克隆了它,如下所示: Android studio project

现在我无法在AndroidApp仓库中添加新的Andorid项目。有什么帮助吗?

2 个答案:

答案 0 :(得分:1)

我是从tfs web控制台生成的。获取git链接。在android studio中我已经拥有了我的项目。我使用git命令行来添加它。你还必须安装tfs插件。 https://www.youtube.com/watch?v=uCOGW5u9tO8 https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/

答案 1 :(得分:1)

您需要先安装the VSTS plugin for IntelliJ。此插件与Android studio兼容。

建议您使用 GIT 作为版本控制。然后用git命令行创建repo并用你的repo添加/导入代码并不难。

详情教程请参阅此链接: VSTS Plugin for IntelliJ IDEA and Android Studio

如果您想使用 TFVC 作为版本控制,则需要使用 TEE CLC 来提供TFVC支持。

对于视频教程,您可以参考此链接Getting Started with TFVC inside of Android Studio with the Team Services Plugin您还可以在How to Use TFS in Android Studio

中查看我的回复
相关问题