Reputation: 280
I have a project on TFS with structure as follows:
I have cloned it in Android studio like below:
Now I am unable to add a new Andorid project in AndroidApp repo. Any help?
Upvotes: 0
Views: 198
Reputation: 51103
You need first install the VSTS plugin for IntelliJ. This plugin is compatible with Android studio.
Suggest you to use GIT as your version control. Then it's not hard to create the repo and add/import code to your repo with git command line.
Detail tutorial please refer this link: VSTS Plugin for IntelliJ IDEA and Android Studio
If you want to use TFVC as your version control, you need to use the TEE CLC to provide the TFVC support.
For a Video tutorial, you could refer this link Getting Started with TFVC inside of Android Studio with the Team Services Plugin You could also take a look at my reply in How to Use TFS in Android Studio
Upvotes: 1
Reputation: 2153
I ve generated from tfs web console . Get the git link . In android studio I already have my project . I ve used git command lines to add it . Also you have to install tfs plugin . https://www.youtube.com/watch?v=uCOGW5u9tO8 https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
Upvotes: 1