Reputation: 719
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?
Upvotes: 9
Views: 26473
Reputation: 173
As a prerequisite, create an account and a project in bitbucket Then:
(1) Download latest plugin from: https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/ and unzip it
(2) Open Android Studio --> New --> Plugin .--> Install Plugin from disk --> Navigate to bitbucket.jar inside your unzipped directory from (1)
(3) Restart android studio
(4) Go to tab New --> Project from Version Control --> Bitbucket It will prompt for the bitbucket login
(5) Select your bitbucket repository where you want your project to be version controlled.
Upvotes: 0
Reputation: 719
I found the solution here:
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.
Upvotes: 22
Reputation: 51
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.
Upvotes: 5