Android Studio 和 Bitbucket 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21748921/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Android Studio and Bitbucket plugin
提问by hugocarlmartin
Suddenly when I try to checkout a project from BitBucket i get an error msg saying:
突然,当我尝试从 BitBucket 签出一个项目时,我收到一条错误消息:
NoClassDefFoundError: com/intellij/ide/ui/ListCellRendererWrapper: com/intellij/ide/ui/ListCellRendererWrapper
NoClassDefFoundError: org/bitbucket/connectors/jetbrains/ui/BitbucketCloneProjectPanel: org/bitbucket/connectors/jetbrains/ui/BitbucketCloneProjectPanel
I tried to reinstall the plugin but no luck. Anyone please?
我尝试重新安装插件,但没有成功。请问有人吗?
回答by hugocarlmartin
I found the solution here:
我在这里找到了解决方案:
I just downloaded the version in this thread answer and updated it in Studio.
我刚刚下载了这个线程答案中的版本并在 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/
从这里下载最新版本,它适用于所有版本的 Android Studio,https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/
//Akbar Sha Ebrahim
//阿克巴·沙·易卜拉欣
Edit 2:
编辑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
解压缩文件,然后转到首选项(Windows 上的设置),选择左侧的插件标题,然后选择右侧的“从磁盘安装插件...”按钮。浏览并选择 bitbucket.jar 文件
//Tommie C.
//汤米C。
回答by Mahendra Patel
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.zipand reinstall the bitbucket plugin.
对于 Android studio 13,bitbucket 插件失败,尝试安装插件https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/jetbrains-bitbucket-connector_IC-133.193.zip并重新安装 bitbucket 插件。
回答by Manish Sharma
As a prerequisite, create an account and a project in bitbucket Then:
作为先决条件,在bitbucket中创建一个账户和一个项目然后:
(1) Download latest plugin from: https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/and unzip it
(1) 从https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/下载最新插件并解压
(2) Open Android Studio --> New --> Plugin .--> Install Plugin from disk --> Navigate to bitbucket.jar inside your unzipped directory from (1)
(2) 打开 Android Studio --> New --> Plugin .--> Install Plugin from disk --> 导航到 (1) 解压目录中的 bitbucket.jar
(3) Restart android studio
(3) 重启android studio
(4) Go to tab New --> Project from Version Control --> Bitbucket It will prompt for the bitbucket login
(4) 转到选项卡 New --> Project from Version Control --> Bitbucket 它将提示输入 bitbucket 登录
(5) Select your bitbucket repository where you want your project to be version controlled.
(5) 选择您希望对项目进行版本控制的 bitbucket 存储库。