当我在元数据标记中使用 android:resource 并尝试获取未出现的 @xml 时。我已经包含了代码。请帮忙。我正在使用 API 级别 15 的目标和 API 14 作为最低要求
<receiver android:name=".widget" >
<intent-filter>
<action android:name="anddroid.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="here the @xml does not appear"> </meta-data>
</receiver>