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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -