簡體   English   中英

沒有找到資源標識符錯誤

[英]getting no resource identifier found error

我正在嘗試編譯iven-feed-reader項目 ,但在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'

如何解決這個錯誤?

您是否在清單標記中添加了以下這一行? 的xmlns:機器人= “http://schemas.android.com/apk/res/android”

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM