簡體   English   中英

在包“ android”中找不到屬性“ fullBackupContent”的資源標識符

[英]No resource identifier found for attribute 'fullBackupContent' in package 'android

為什么會出現此錯誤?

在包“ android”中找不到屬性“ fullBackupContent”的資源標識符

這是清單文件的片段:

<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文件夾中。 我正在嘗試按照為Aps配置自動備份中的說明進行操作

安裝Android SDK 23解決了我的問題。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM