【发布时间】:2017-05-20 07:46:54
【问题描述】:
我是 Android 的大一新生。当我在Eclipse中创建一个Android应用项目时,出现了三个错误。如下: Details of three errors
这是styles.xml中的代码:
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="Theme.AppCompat.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
为了解决这个问题,我在网上搜索了很多次。我确实在互联网上找到了一些解决方案,但没有奏效。 如果有人能帮助我,我将不胜感激~
【问题讨论】:
-
你到底尝试了什么? SO上有很多类似的问题,你都检查了吗?
标签: android