I want to use git and visual studio team services in android studio .. i can't install its plugin .. i searched in plugins in AS but nothing also tried to install plugin from disk but get this error
fail to load plugin descriptor from file
Also i tried to find browse repository but i can't find it in last version of AS
How can i achieve that?
This is my dependencies in build.gradle
dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation project(':baseGameUtils')
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.google.android.gms:play-services:11.8.0'
implementation 'com.google.android.gms:play-services-ads:11.8.0'
implementation 'com.google.android.gms:play-services-identity:11.8.0'
implementation 'com.google.android.gms:play-services-gcm:11.8.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
}
Azure DevOps Plugin is working with Git and TFVC repositories on Azure DevOps and Team Foundation Server (TFS) 2015+ inside IntelliJ, Android Studio, and various other JetBrains IDEs. It is supported on Linux, Mac OS X, and Windows. It is compatible with IntelliJ IDEA Community and Ultimate editions (version 2018.3+) and Android Studio (version 3.4+). Please check your TFS version and Android Studio version.
You can install the plugin from Android Studio by browsing the Plugin Repository, or download the plugin to disk from the Android Studio Plugin Repository and install the downloaded JAR file.
Check the following link for more details:
https://learn.microsoft.com/en-us/previous-versions/azure/devops/java/download-android-studio-plug-in?view=azure-devops
Related
I am currently working on a Open-Source Project, which has some third-party library dependencies, I have installed all of them using Vcpkg into a particular folder in my E: drive and integrated them with Visual Studio with the "vcpkg integrate install" command, and supplied the Cmake toolchain also in the IDE.
But the libraries (ie. WxWidgets currently) are not being detected while configuring the build.
I am attaching the configuration message as well as the error snapshots below.
Any suggestions regarding this, would of great help.
Thanks & Regards.
buildsnap
ErrorSnap
"MSBuild is now installed in a folder under each version of Visual Studio." However, I do not want to install a full VS on the server. "MSBuild is now available as part of the .NET Core SDK."
Now that I've installed the .Net Core 2.1 SDK (and the 4.7.2 Framework), what is the path to msbuild.exe?
MSBuild.exe 15 was found after installing the VS Build Tools with no additional packages selected in the install interface.
Edit: Updated link above to go to older downloads. Expand 2017 panel, click Download, login with a Microsoft account, then you will see Build Tools for Visual Studio 2017 (version 15.9) in the list of available downloads.
Edit: increased minor version to 9 to reflect the latest of major version 15.
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe
I have an issue with MSBuild which give this message:
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\Microsoft\NuGet\15.0\Microsoft.NuGet.targets(178,5): error : Your project.json doesn't have a runtimes section. You should add '"runtimes": { "win10-x86-aot": { } }' to your project.json and then re-run NuGet restore.
I found several issues as the mine on StackOverflow and the solution seems to be to delete the obj folder but it was not the same context.
I installed only MSBuild for Visual Studio 2017 (so, without Visual Studio) for using it with Jenkins. My Jenkins master is installed on a Mac OS, and MSBuild is installed on a Windows 10 PC which is used only to do this job.
If I use my development machine (Windows 10 laptop with Visual Studio 2017) as Jenkins remote agent and I launch the build from Jenkins portal, it works well, but if I use the other PC with MSBuild, I have this issue.
Okay, so I solved my issue adding a section in my CSPROJ, according to the MSDN documentation here
When I build my .NET CoreApp in Visual Studio Team Services (was Visual Studio Online), the build breaks with this message:
"GETSDKTOOLINGINFO(0,0): Error : The project is configured to use .NET
Core SDK version 1.0.0-preview2-003131 which is not installed or
cannot be found under the path C:\Program Files\dotnet. These
components are required to build and run this project. Download the
version of .NET Core SDK specified in global.json or update the SDK
version in global.json to the version that is installed."
Any idea how to fix this? Since it's VS Team Services and everything is supposed to be preinstalled.
I suppose you're using the Hosted Pool?
In that case you'll need to wait for Microsoft to update the image of the hosted agent. Microsoft keeps a list of what's installed. As of this moment the following .NET Core SDK is installed:
.NET Core 1.0 with Preview 2 Tooling
You may be able to perform a silent install by downloading the SDK in a build step and installing it as part of every build.
I use framework 4.5 and vs 2013 and TFS 2013. When I build project get error like that;
"C:\Program Files
(x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets
(3079): Task could not find "AL.exe" using the SdkToolsPath "" or the
registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
SDKs\Windows\v8.1A\WinSDK-NetFx40Tools-x86". Make sure the
SdkToolsPath is set and the tool exists in the correct processor
specific location under the SdkToolsPath and that the Microsoft
Windows SDK is installed"
I tried everything but I could't fix error. Can you help me about it ?
Download and install the Windows Software Development Kit (SDK) for Windows 8.1. In the setup program, make sure .NET Framework 4.5.1 Software Development Kit is selected.
This will install al.exe to C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools.