Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio and Bitbucket plugin

Suddenly when I try to checkout a project from BitBucket i get an error msg saying:

NoClassDefFoundError: com/intellij/ide/ui/ListCellRendererWrapper: com/intellij/ide/ui/ListCellRendererWrapper

NoClassDefFoundError: org/bitbucket/connectors/jetbrains/ui/BitbucketCloneProjectPanel$1: org/bitbucket/connectors/jetbrains/ui/BitbucketCloneProjectPanel$1

I tried to reinstall the plugin but no luck. Anyone please?

like image 897
hugocarlmartin Avatar asked Feb 13 '14 08:02

hugocarlmartin


People also ask

How to Install Bitbucket plugin in Android Studio?

Suggest you add that users should unzip the file and then go to preferences (Settings on Windows), select Plugins header on the left, and choose "Install plugin from disk..." button on the right. Browse and select the bitbucket. jar file.


2 Answers

I found the solution here:

https://bitbucket.org/atlassian/jetbrains-bitbucket-connector/issue/56/solved-plugin-does-not-work-well-with-idea

I just downloaded the version in this thread answer and updated it in Studio.

Edit:

Download the latest one from here it works with all the versions of Android Studio, https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/

//Akbar Sha Ebrahim

Edit 2:

Unzip the file and then go to preferences (Settings on Windows), select Plugins header on the left, and choose "Install plugin from disk..." button on the right. Browse and select the bitbucket.jar file

//Tommie C.

like image 82
hugocarlmartin Avatar answered Oct 28 '22 09:10

hugocarlmartin


For Android studio 13 it's failing with bitbucket plugin, try to install plugin https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/jetbrains-bitbucket-connector_IC-133.193.zip and reinstall the bitbucket plugin.

like image 38
Mahendra Patel Avatar answered Oct 28 '22 07:10

Mahendra Patel