eclipse - No resource identifier found for attribute 'fullBackupContent' in package 'android' -
part of androidmanifest.xml
<application android:allowbackup="true" android:fullbackupcontent="false" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/appthemecompat" android:largeheap="true" >
i'm newbie in android developer, use eclipse mars sdk 25.1.3 , error. no '/xml' folder under 'res/' in project. should fix issue?
sorry english.
does manifest tag this?
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.my.appexample">
i never used "fullbackupcontent" every attribute needs declared xmlns use it.
also, if new android development. why need "fullbackupcontent" , "largeheap"? did copy somewhere or on purpose?
Comments
Post a Comment