I installed Android Studio TFS plug-in From JetBrains web site and after I install it, it doesn't work.
Is it possible to install TFS and if it's not what is the best source control to use as Team work source controller?
I believe that the JetBrains plugins have not been updated since TFS 2010,and you need to have Team Explorer 2010 installed to use them.
If you install Team Explorer 2010 it should work.
The TFS does not work, because plugin working only the Ultimate version , like Android Studio is based in JetBrains Free, it not will work.
Related
I would like to make use of the latest version of Android SDK, but it doesn't show up in "Android SDKs and Tools".
I'm using MS Visual Studio Professional 2017, and I have to use Google repository, because it doesn't work with Microsoft repository. Can you advise?
If you're using Microsoft Visual Studio, I assume that you are or planning to work with Xamarin, and since you're asking for advice, I'd recommend that you work with android sdk from Microsoft repository instead of Google's as its clearly shown in the screenshot "unsupported".
However, if you still want to get latest sdk tool, switch to tab "Tools" instead of "Platforms" you'll see all the version and from there you can update as needed.
How do I get Visual Studio Online to do a Build/Continious Intergration-Delivery for Cordova?
The only examples below are for installing to your own TFS installation. The CI build templates for VSO is Java/Android or C++/iOS not Cordova/PhoneGap.
https://www.visualstudio.com/vso/
https://learn.microsoft.com/en-us/vsts/build-release/archive/apps/mobile/cordova-build?view=vsts
https://learn.microsoft.com/en-us/vsts/build-release/archive/apps/mobile/cordova-command?view=vsts
As you can see from the Team Foundation Server guide, they don't seem to support Cordova apps.
Why don't your try Visual Studio Community 2017 instead? This includes the Tools for Apache Cordova and it works perfectly fine.
I want to move from Eclipse to Android Studio. In Eclipse I use a plugin for Microsoft Team Foundation Server. In Android Studio I downloaded a plugin called TFS Integration from JetBrains but it doesn't work (apparently it is only supported in "Intellij Idea Ultimate Edition".
I can't move to Android Studio without integration with TFS. How do I get integration with TFS?
You can't have TFS in Android Studio at the moment, because AS is based on the free edition of intellij and TFS is based on the ultimate edition, as you said. So Jetbrain is selling a solution, therefore google can't fork it and make it free :)
You can use Team Explorer or GitTF
Checkout this
http://blogs.msdn.com/b/visualstudioalm/archive/2015/10/23/team-foundation-plugin-for-intellij-idea.aspx
The plugin is in preview with an anticipated release in early 2016.
It seems that plugin lacks support of Team Foundation Version Control (TFVC): only Git is supported.
For TFS version control try this one Team Foundation Server - Version Control Integration
UPDATE
https://plugins.jetbrains.com/plugin/7981-visual-studio-team-services supports TFS Integration (TFS Version Control and Git) with Android Studio and all community and enterprise versions of Jet Brains IDEs.
I am attempting to create an Android app using the Visual Studio 2015 RC with Apache Cordova (a multi-platform hybrid app) and for some reason, when I go to:
TOOLS -> ANDROID -> PUBLISH ANDROID APP...
I get a quick thinking/circling mouse pointer then nothing.
Useful Information:
-The installation went fine and I can use the Ripple emulator fine.
-I did the same steps on a machine with Comodo which allowed me to see what Visual Studio was attempting to access and it was definitely reaching out to the Java tools on the computer (I assume to build the apk).
Other than that, I have no idea! :) Thank you.
Thanks for using Visual Studio tools for Apache Cordova.
I presume you are using the following menu, which is added to Visual Studio by the Xamarin Tools and can be used only with Xamarin and not with Tools for Apache Cordova.
To publish an hybrid android app to Google play store, using Tools for Apache Cordova, you will have to follow manual steps which are provided here
I agree that showing this menu for tools for Apache Cordova is confusing and leading users to believe this is a supported scenario. I will take this observation/feedback with the product team and let them know.
Once again, thanks for using our tools.
i Downloaded TFS plugin from below URL and add it my Android Studio. But when i am trying to open it is showing in RED colour. Please help me out how to resolve this.
http://plugins.jetbrains.com/plugin/4578?pr=phpStorm&showAllUpdates=true
TFS Integration is only supported in Intellij Idea Ultimate Edition while
Android Studio is based on code of Intellij Idea Community Edition so it can't support TFS integration. Why Google will supply anything for free which is being sold by Jetbrains.
See Version Control and Features Comparison pages.
Update
If you are not already aware, checkout Team Foundation Server - Version Control Integration. An under-development and open source alternative.
Visual Studio Team Services plugin by Microsoft is also available now. See installation instructions.
The Official Version of TFS plugin is available in Android Studio Plugin Repository. Installation instructions are available at Visual Studio Team Services Plugin for Android Studio.
The Team Services plugin for Android Studio is available in the
Android Studio Plugin Repository. The plugin can be installed from
Android Studio by browsing the Plugin Repository.
In Android Studio, open plugin settings:
Linux: from the File menu, select Settings... then Plugins
Mac: from the Android Studio menu, select Preferences... then Plugins
Windows: from the File menu, select Settings... then Plugins
Click the Browse repositories... button and search for "Visual Studio Team Services".
Click the Install plugin button and restart Android Studio.
A workaround is to use GitTF or Git TFS
Android Studio will work with Git and then you will need to do push and pulls using command line. Which can be totally worth it
There is now a plugin available for integrating TFS with Android Studio. I haven't tried it but it says it will work with Android Studio. You can read more about it in this blog from Microsoft.