本文介绍了使用holoeverywhere的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图安装使用holoeverywhere指令给ADT从
I am trying to install holoeverywhere to ADT using instructions from
不幸的是这结尾:
没有有效的Android XML编辑器中找到代表文件/ HoloEverywhere
插件
有关com.google.android:support-v4:jar:r13的POM丢失,无
可依赖的信息
The POM for com.google.android:support-v4:jar:r13 is missing, no dependency information available
和数以百计的其他类似的错误。我试了好几次,从无到有,于事无补。我怀疑安装步骤又变了......有没有人能帮助?
And hundreds of other similar errors. I tried it several times from scratch, doesn't help. I suspect installation steps changed again... Is anyone able to help?
推荐答案
我在ADT刚刚成功安装HoloEverywhere,这就是我所做的:
I just successfully installed HoloEverywhere on ADT, and this is what I did:
第一部分
- 导入从git的项目如下(用于协议使用git)
- 这将创建一个在你的包浏览器4个新项目:HoloEverywhere插件preferences,HoloEverywhere插件滑块,HoloEverywhere演示和HoloEverywhere图书馆。离开开放的只是最后一个。
- 删除HoloEverywhere / ActionBarSherlock / actionbarsherlock /库/ Android的支持 - v4.jar
- 复制HoloEverywhere /库/库/ Android的支持-V4-r13.1.jar到
HoloEverywhere / ActionBarSherlock / actionbarsherlock /库/ - 在Eclipse中标记Holoeverywhere库项目作为Android的库(是库)。
- Import the project from git following this instructions (for protocol use git)
- This will create four new projects in your package explorer: HoloEverywhere Addon Preferences, HoloEverywhere Addon Slider, HoloEverywhere Demo and HoloEverywhere Library. Leave open just the last one.
- remove HoloEverywhere/ActionBarSherlock/actionbarsherlock/libs/android-support-v4.jar
- Copy HoloEverywhere/library/libs/android-support-v4-r13.1.jar toHoloEverywhere/ActionBarSherlock/actionbarsherlock/libs/
- on Eclipse mark the Holoeverywhere Library project as Android library(is Library).
第二部分
- 文件 - >导入 - >现有的Android code到工作区。导入HoloEverywhere / ActionBarSherlock / actionbarsherlock /。
现在你已经actionbarsherlock在你的包浏览一个新项目 - 在Eclipse中纪念这一项目作为Android的库(是库)。
- 在HoloEverywhere库项目的Android属性添加actionbarsherlock作为库。
- File->import->Existing Android Code into Workspace. Import "HoloEverywhere/ActionBarSherlock/actionbarsherlock/".Now you have actionbarsherlock as a new project in your Package Explorer
- On Eclipse mark this project as Android library(is Library).
- On HoloEverywhere Library project Android properties add actionbarsherlock as library.
第三部分
- 在您的Android项目的属性加HoloEveryWhere库项目作为库。
- On your Android project properties add "HoloEveryWhere Library" project as library.
第四部分
- 享受!
这篇关于使用holoeverywhere的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!