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 l
Please double check if you have follow below steps:
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 yenter code here
to accept it. NOTE: If you forget to do this, the plugin may fail to load with a RuntimeException.
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:
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.