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?
Have you added this below line in your manifest tag ? xmlns:android="http://schemas.android.com/apk/res/android"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With