Incompatible Bitbucket plugin 1.2.1 for Android Studio 2.0/2.1/3.0+ - bitbucket

I have updated version of my Android Studio to 2.0 and is facing incompatibility issue of bitbucket plugin 1.2.1 when loading Android Studio.
Android Studio's Event log is saying:
"Plugin Error
Problems found loading plugins:
Following plugins are incompatible with current IDE build: Bitbucket"
Can anyone help me regarding?
Thanks in advance.

Try use jetbrains bitbucket connector, open this link and download the package:
https://drive.google.com/open?id=1L0bEhoCIrV9Jced1fqdYscI34wwuKyvQ
After dowloading you need install this plugin (Don't extract the package).
In Android Studio, follow the menu items path:
File => Settings => Plugins => Install plugin from disk => {choose downloaded package} => Restart Android Studio

Related

Vcpkg Libraries not detected by Visual Studio 2019 Community edition

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

Cake.AppCenter: Could not locate executable

Using iOS operating system.
While trying to publish the APK in MAC machine via Jenkins I am facing the below error,
Error: One or more errors occurred. (AppCenter: Could not locate
executable.)
AppCenter: Could not locate executable.
I am facing this issue after upgrading my Visual Studio 2017 to Visual Studio 2019 with mono version 5.10.1 to 5.18.1. Its working fine in previously with Visual Studio 2017 and 5.10.1 mono version. The issue is reproduced only after upgrading the Visual Studio and mono version.
Note: While I have to publish the APK manually from my machine its working fine. But when I try to publish via Jenkins, facing this error. The issue can be reproduced only by calling the publish task (in cake file) from Jenkins.
Could you please suggest a solution for this?
AppCenterDistributeRelease(new AppCenterDistributeReleaseSettings
{
File =$"../Myapp.UWP/AppPackages/AppPackages_{revisionName}.app.zip",
Token = apiToken,
Group = "Collaborators",
ReleaseNotesFile = "../cireports/releasenotes/releasenotes.txt",
App = "My-Team/Myapp-Windows"
});
You need the AppCenter CLI installed which is what the Cake.AppCenter addin orchestrates.
It's a node tool installable using npm
npm install -g appcenter-cli
Once installed, the appcenter command will be globally available.

"The build task could not find node.exe which is required to run the TypeScript compiler." occurred after update Boostrap

I developed an ASP.Net MVC web application and It's almost completed. After That, I updated Bootstrap through NuGet package manager to Bootstrap latest stable version 4.3.1 Update was successfully completed. But after the migration following errors are occurred.
Error Build:Cannot find name 'Record'.
Error Build:Cannot find name 'undefined'.
To solve that I installed TypeScript for Visual Studio 2015. Then the above error solved and the following error occurred.
Severity Code Description Project File Line Suppression State
Error The build task could not find node.exe which is required to run
the TypeScript compiler. Please install Node and ensure that the
system path contains its location. ABH.SW.HotelManagement
How can I solve this? I tried to google it for the past 2 days but I wasn't able to find any solution
This is the only post for this problem, so I'll do my bit for those who use Bootstrap 4.3.1, TypeScript, and VS2015.
First, once you create the project and are about to install Bootstrap 4.3.1 through NuGet, don't let Visual Studio manage TypeScript Typings for you. Check no.
Once Bootstrap and stuff is installed, clean the solution: right click on your solution -> clean solution
Next, open NuGet console (Tools → NuGet Package Manager → Package Manager Console), and install TypeScript 3.0 using this command:
Install-Package Microsoft.TypeScript.MSBuild -Version 3.0.0
Close Visual Studio, open it again, and that's it. Took for me a lot of research to find out that several TypeScript versions cause a lot of conflicts and 3.0 is one of those that actually work.
I had the same issue while trying to update to Bootstrap 4 from Visual Studio 2015. What fixed it for me was installing Typescript 2.2 for Visual Studio 2015 (https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript22forVisualStudio2015). You may need to uninstall previous versions of Typescript Tools for VS2015 from Programs and Features.
I think Bootstrap 4.3.1 , Typescript , VS2015 has some issues with each other.
[e.g.
Compilation error from Angular and typescript in VS 2015 MVC project
]
My scenario in my project got this error
Error The build task could not find node.exe which is required to run
the TypeScript compiler. Please install Node and ensure that the
system path contains its location. ACC_Cor...
I'm using VS2017 while other team member that has problem using VS2015 with TypeScript Tools for Microsoft Visual Studio 2015 3.2.2.0 installed
He told me that after map project from source control there is and alert message of something like his typescript version is newer. So after some googling I think you should look in to this link for more information
https://github.com/Microsoft/TypeScript/issues/17136
VS2015 - Change TypeScript Version
How to run TypeScript in Visual Studio 2015 without require() or requireJS
tldr;
For Vs2015 + Bootstrap 4.3.1 I solved my issue by
Check project property
Uninstall Typescript
Install Typescript version 3.0 https://www.microsoft.com/en-us/download/details.aspx?id=48593

Can't install Apache Cordova plugins in Visual Studio 2017

I created a very simple Apache Cordova Javascript project in Visual studio 2017, and then trying to add the 'device' plugin listed on the Core tab, and then failed with this error:
Installing plugin 'cordova-plugin-device'
You have been opted out of telemetry. To change this, run: cordova telemetry on.
No scripts found for hook "before_plugin_add".
No version specified for cordova-plugin-device, retrieving version from config.xml
No version for cordova-plugin-device saved in config.xml
Attempting to use npm info for cordova-plugin-device to choose a compatible release
Done
Error: tunneling socket could not be established, cause=socket hang up
I was facing the same error and it was causing because of the path of the plugin where i placed it was too long.I placed it in a folder in E:/ drive and then tried to add it.And it was added successfully.Try doing this.

Xamarin Studio Package Console Edit Options

I'm using Xamarin Studio version 5.5.3 to build my ASP.NET MVC Application. When I create a MVC APP, is created with the version 5.2, however this version isn't totally supported and I need downgrade the package to some version < 5. I have to run the command "PM> Install-Package AspNetMvc -Version 4.0.20710" on package console, but it is readonly (as viewed on picture).
Someone have any idea to solve this problem?
The Package Console that ships with Xamarin Studio currently is read-only and only shows messages from NuGet.
There is a PowerShell console available as a separate addin but it is still an alpha release.
Alternatively you can install a specific version from the Add Packages dialog by running a search for all versions of a NuGet package:
Microsoft.AspNet.Mvc version:*
This will return all versions in the Add Packages dialog and you can then pick the version you want to install.

Resources