无法使用Eclipse运行简单的android程序

时间:2016-01-19 08:18:57

标签: android eclipse

我正在学习Android,我真的是新手。 我正在使用Eclipse和Android。我已经安装了Android 5.0.1(API 21)下的所有文件以及所有工具。然后我尝试创建我的简单" hello world示例"但是我犯了很多错误。

以下是我的错误:

enter image description here

enter image description here

你能帮我解决这个问题吗?

2 个答案:

答案 0 :(得分:2)

似乎你的风格有些问题,无论如何我建议你从一开始就使用Android Studio。

答案 1 :(得分:1)

确保您已在下面的图片中添加AppCompat

enter image description here

如你所见,这个问题来自AppCompat,看起来这个库有问题你应该遵循这个教程:

以下是步骤:

  

粘贴已下载的android-support-v7-appcompat.jar   在项目的libs文件夹中。

     

右键单击您的项目,选择Build Path -> Configure build path.选择Library选项卡,然后选择添加Jar选项并浏览您的项目   最近添加了v7 jar并点击OK

这应该解决问题。

Android actionbar how to add supporting library v7 appcompat for Eclipse

我建议您使用AndroidStudio。