在Eclipse中创建Android项目时出错
我是新的Android开发者和我学习。但是,当我创建一个新项目,显示此错误。
I'm new in Android Developer and i learning. But when i create a new project, this error shown.
和在错误日志中我有这么多的错误,我不知道我怎样才能导出所有的人都在这里。
并在项目资源管理器中所示,这样我的项目:
and in the error log i have so much error, and i don't know how can i export all of them here. And In the project explorer, my project shown like this:
我不知道如何解决这一切的错误!感谢您的帮助和抱歉,我的英语不好!
I don"t know how can i fix all of this error! Thanks for helping and sorry for my bad english!
更新:
我的问题就解决了。问题是从我的应用程序兼容性-V7项目。我的朋友给我这个项目的另一个链接,然后再次尝试它,问题就解决了!
而TNX所有的你的答案。 :)
My problem is solved. The problem is from my appcompat-v7 project. My friends give me another link of this project and then try it again, and the problem is solved! And tnx to all of you for your answers. :)
以下步骤如下:
- 粘贴项目的
Android的支持-V7-appcompat.jar
您在库下载
文件夹 - 右键点击你的项目,选择
构建路径
- >配置构建路径
- 选择
库选项卡
然后添加罐
选项并浏览最近添加的V7
罐子,然后点击确定
- Paste the
android-support-v7-appcompat.jar
that you have downloaded inlibs
folder of your project. - Right click on your project, select
Build Path
->Configure build path
. - Select
Library Tab
thenAdd Jar
option and browse your recently addedv7
jar and clickOK
这就是它:)
在这里看到