ic_launcher_background.xml错误:“必须声明元素项目”,我该如何解决?

时间:2019-05-28 15:47:56

标签: java android

我正在为我的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>

0 个答案:

没有答案