【发布时间】:2015-09-29 14:35:06
【问题描述】:
我正在尝试在 Eclipse 上创建一个 hello world android 应用程序。 在我安装完 adk、sdk、jde、ide 等之后,就可以开始工作了。 当我尝试创建 android 应用程序时,它显示错误:
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-09-29 17:29:23 - Helloworld]
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-09-29 17:29:23 - Helloworld]
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-09-29 17:29:23 - Helloworld]
我不知道该怎么办。
【问题讨论】:
-
来自从 Eclipse Android SDK 过渡到 Android Studio 的人:即使您是 Eclipse 的铁杆用户,也要使用 Android Studio。我什至无法列出 Android Studio 的所有优点,但最重要的一点可能就是它是新标准。
-
没错。我看到有人使用 Eclipse 的唯一原因是他们没有大约 6-8 gigs 的内存。
-
我使用了 android studio,但我遇到了一个问题。它会最小化图像,当我尝试将它们放大时,它会变得模糊......
-
也许你们可以帮我解决这个问题..
标签: java android eclipse android-layout