Android Studio and Bitbucket plugin
android, android-studio, bitbucket, plugins
Solution
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.
Problem
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?