为什么我收到此错误?
找不到属性'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
上的说明操作答案 0 :(得分:1)
安装Android SDK 23解决了我的问题。