简体   繁体   中英

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?

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.

对于Android studio 13,它没有使用bitbucket插件,尝试安装插件https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/jetbrains-bitbucket-connector_IC-133.193.zip并重新安装bitbucket插件。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM