在Eclipse中创建Android项目时出错

在Eclipse中创建Android项目时出错

问题描述:

我是新的Andr​​oid开发者和我学习。但是,当我创建一个新项目,显示此错误。

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. :)

以下步骤如下:


  1. 粘贴项目的 Android的支持-V7-appcompat.jar 您在库下载文件夹

  2. 右键点击你的项目,选择构建路径 - > 配置构建路径

  3. 选择库选项卡然后添加罐选项并浏览最近添加的 V7 罐子,然后点击确定

  1. Paste the android-support-v7-appcompat.jar that you have downloaded in libs folder of your project.
  2. Right click on your project, select Build Path -> Configure build path.
  3. Select Library Tab then Add Jar option and browse your recently added v7 jar and click OK

这就是它:)

在这里看到