在包'android中找不到属性'fullBackupContent'的资源标识符

时间:2016-03-04 14:28:56

标签: android backup

为什么我收到此错误?

  

找不到属性'fullBackupContent'的资源标识符   包'android

这是我的清单文件的片段:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" ...

<application
    android:allowBackup="true"
    android:icon="@drawable/time_machine_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" 
    android:name="com.friscosoftware.timelytext.TimelyTextApplicationBasic"
    android:fullBackupContent="@xml/backupscheme" 
    > 

文件backupscheme.xml位于我的res / xml文件夹中。我正在尝试按照Configuring Auto Backup for Aps

上的说明操作

1 个答案:

答案 0 :(得分:1)

安装Android SDK 23解决了我的问题。