Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

getting no resource identifier found error

I'm trying to compile iven-feed-reader project, but in the Android manifest file I keep getting this error:

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" />

Usually i try to rebuild/clean project to fix this error but it's not working this time.

Below are the dependencies i'm using

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'

How to fix this error?

like image 414
sandy Avatar asked Apr 03 '26 03:04

sandy


1 Answers

Have you added this below line in your manifest tag ? xmlns:android="http://schemas.android.com/apk/res/android"

like image 67
B.shruti Avatar answered Apr 08 '26 05:04

B.shruti



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!