我正在为我的Android应用程序创建启动画面,但是在运行该应用程序时,我遇到有关ic_launcher_background.xml
文件的错误,当我打开该文件时,它显示了error element project must be declared
。我该如何解决?
<?xml version="1.0" encoding="UTF-8"?>
<project android:version="4"
xmlns="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingPrefix">
<component name="PropertiesComponent">
<property
name="android.sdk.path"
value="$USER_HOME$/AppData/Local/Android/Sdk" />
<property
name="settings.editor.selected.configurable"
value="AndroidSdkUpdater" />
</component>