Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/218.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/security/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 无法解析符号'@可绘制/发布背景&x27;_Android_Flutter - Fatal编程技术网

Android 无法解析符号'@可绘制/发布背景&x27;

Android 无法解析符号'@可绘制/发布背景&x27;,android,flutter,Android,Flutter,@可绘制/发布背景 ?安卓:彩色背景 [在此处输入图像描述][1]我得到了一个解决方案,我们需要将splash图像添加到所有可绘制文件夹中,这样,Flatter将自动决定不同屏幕需要的图像大小当我打开此文件时,我遇到了这个错误,我使用的是flatter@drawable/launch\u background Heads up!你的回答并不能完全解决这个问题。发生这种情况时,必须将其作为注释输入。 This Theme is only used starting with V2 of

@可绘制/发布背景 ?安卓:彩色背景
[在此处输入图像描述][1]我得到了一个解决方案,我们需要将splash图像添加到所有可绘制文件夹中,这样,Flatter将自动决定不同屏幕需要的图像大小

当我打开此文件时,我遇到了这个错误,我使用的是flatter@drawable/launch\u background Heads up!你的回答并不能完全解决这个问题。发生这种情况时,必须将其作为注释输入。
     This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
    <item name="android:windowBackground">?android:colorBackground</item>
</style>