首先请您打开事件管理器看看系统日志报错的信息 点开他可以看的报错的程序和模块然后提出问题就可以解决了
Thesuper.onCreatecall invokesprovideFlutterEngine. But at the time of that callMainActivity.flutterEngineis null. So the superclass creates a default engine and launchesmain. After thesuper.onCreatecall,MainActivity.onCreatethen creates an engine using theFlutterEngineGroup. But that engine is not ...
2006-03-29 15:43:45,900ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.idea.Main$3@beebcd,notifier=null,catchExceptions=false,when=1143672222322] on sun.awt.windows.WToolkit@6af18d java.lang.NoClassDefFoun...
at java.awt.EventQueue$3.run(EventQueue.java:704) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:715) at com.intellij.ide.IdeEventQueue.c(IdeEventQueue...