Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 830
Hassan Jamil Avatar asked Apr 13 '16 06:04

Hassan Jamil


People also ask

How do I integrate Bitbucket with Android Studio?

I searched for bitbucket, selected the first result and installed it. Please be advised that the plugin won’t work on your project until you have done your first commit via command line!! In Android Studio create a new project with an empty activity. In the main menu select: VCS –> Enable Version Control Integration…

Is the plugin name that color compatible with Android Studio?

Plugin "Name That Color" is incompatible (supported only in IntelliJ IDEA). Plugin "Json2Pojo" is incompatible (supported only in IntelliJ IDEA). I tried to install the plugin "Android WiFi ADB", "Name That Color", "Android WiFi ADB", etc in Android Studio 4.1, but I faced this error.

Which version of Android Studio is used for debugging?

Note: Native debugging with Android Studio 3.0 or greater does not work on 32-bit Windows. If you are using 32-bit Windows and need to debug native code, use Android Studio 2.3. Android Studio 3.1 includes Kotlin version 1.2.30.

What plugins are incompatible with IntelliJ IDEA?

Show activity on this post. Plugin "Android WiFi ADB" is incompatible (supported only in IntelliJ IDEA). Plugin "Name That Color" is incompatible (supported only in IntelliJ IDEA). Plugin "Json2Pojo" is incompatible (supported only in IntelliJ IDEA).


1 Answers

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

like image 58
Alex Avatar answered Oct 04 '22 22:10

Alex