Android Studio and Bitbucket plugin

笑着哭i 提交于 2020-01-30 17:54:09

问题


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?


回答1:


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.




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/21748921/android-studio-and-bitbucket-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!