Flutter启动白屏问题


E/flutter ( 1384): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to set
up Skia Gr context.
环境如下
系统:windows7 64位
Android SDK version: 28.0.3
Flutter SDK: v1.5.4-hotfix.2
模拟器: 网易MuMu(android-x86)
问题复现步骤:
cd E:\flutter\flutter\examples\hello_world>
到当前项目根目录下
E:\flutter\flutter\examples\hello_world>adb connect 127.0.0.1:7555
already connected to 127.0.0.1:7555
E:\flutter\flutter\examples\hello_world>adb devices
List of devices attached
127.0.0.1:7555  device
E:\flutter\flutter\examples\hello_world>flutter run
Running "flutter pub get" in hello_world...                         6.5s
Launching lib\main.dart on oppo R11 in debug mode...
Running Gradle task 'assembleDebug'...                            356.3s (!)
√ Built build\app\outputs\apk\debug\app-debug.apk.
Installing build\app\outputs\apk\app.apk...                        39.4s
Flutter is taking longer than expected to report its views. Still trying...
Syncing files to device oppo R11...
E/flutter ( 1384): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to set
up Skia Gr context.
Lost connection to device.
Could not update files on device: HttpException: Connection closed before full
header was received, uri = http://127.0.0.1:13525/omMIVTLx0k8=/
解决方案
flutter run --enable-software-rendering
MuMu模拟器已经正常显示出界面