没有找到资源标识符错误

时间:2017-01-20 04:56:22

标签: android android-manifest android-support-library

我正在尝试编译iven-feed-reader project,但在Android清单文件中,我一直收到此错误:

Error:(16) No resource identifier found for attribute 'roundIcon' in package 'android'

Android manifest.xml:

 <application
    android:allowBackup="false"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/ic_launcher_round"
    android:theme="@style/Theme_iven" >
    <uses-library
        android:name="com.sec.android.app.multiwindow"
        android:required="false" />

通常我尝试重建/清理项目来修复此错误,但这次不起作用。

以下是我正在使用的依赖项

compile 'com.android.support:appcompat-v7:24.0.0'
compile 'org.jsoup:jsoup:1.10.2'
compile 'com.android.support:support-v4:24.0.0'
compile 'com.github.bumptech.glide:glide:3.7.0'

如何解决此错误?

1 个答案:

答案 0 :(得分:2)

您是否在清单标记中添加了以下这一行? 的xmlns:机器人= “http://schemas.android.com/apk/res/android”