Test tf executable failed when adding TFVC android studio plugin
See original GitHub issue- i’ve download the “TEE-CLC-14.0.3.zip”, and extract it
- add tf executable path to environment variable
- run
tf eula
, and entery
- run
tf
successfully on command line, and output appears (…version 14.0.3…) - but test failed when adding TFVC android studio plugin with alerts:
The installed version of TF command line is 0.0.0. The minimum version suggested is 14.0.3.
Can everyone help me?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Getting issue while integrate TFVC with Android Studio
For Mac, go to Android Studio then Preferences. Choose Version Control from the left menu then TFVC. In the Path to tf executable...
Read more >FAQ for Android Studio with Azure DevOps Services and TFS
Click Test to test that the executable has been found and is working as expected.
Read more >Getting Started with TFVC inside of Android Studio ... - YouTube
A tutorial on how to get setup with TFVC inside of Android Studio or IntelliJ using the Visual Studio Team Services plugin.
Read more >Working with TFS in IntelliJ IDEA via VSTS Plugin
Open the settings panel. and move to Version Control -> TFVC pane. In the select path to executable field, enter the exact path...
Read more >How to Use TFS in Android Studio - iTecNote
Best Solution · Go to RD Settings Version Control -TFVC · In the Path to tf executable text field, navigate to the location...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@nanhapy,
If you are having the memory issue that @mmajcica described above, he solved it by opening the tf.cmd file (if on a Mac or Linux it would be the tf file). Look for the line that starts with “exec java -Xmx2048M” and change -Xmx2048M to -Xmx512M or at least a smaller size that is more suitable to your machine. Please let me know how this works for you.
Thanks, -Leah
This fix no longer works. https://github.com/microsoft/azure-devops-intellij/issues/392