Exception: No Windows desktop project configured. 或者Can‘t load AOT data的Flutter运行报错处理

Posted C+++++++++++++++++++

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Exception: No Windows desktop project configured. 或者Can‘t load AOT data的Flutter运行报错处理相关的知识,希望对你有一定的参考价值。

文章目录

突发奇想想学习学习flutter这个框架

Exception: No Windows desktop project configured

需要以下三行命令:(注意,它是调用的git去拉取GitHub仓库的内容,所以需要魔法)

flutter channel dev
flutter upgrade
flutter config --enable--desktop #注意这行命令根据你的桌面端平台来确定比如windows是--enable-windows-desktop

Can’t load AOT data

这玩意是app.so这个共享库路径不对劲,你会发现它被编译生成在
..\\build\\windows
而不是
..\\build\\windows\\runner\\Debug\\data
把它移动到下面这个目录即可。

以上是关于Exception: No Windows desktop project configured. 或者Can‘t load AOT data的Flutter运行报错处理的主要内容,如果未能解决你的问题,请参考以下文章

HibernateException: No Hibernate Session bound to thread

error: no matching function for call to 'std::exception:exception(const char[16])'

No DRP key due to exception:java.lang.ClassNotFoundException

junit报错java.lang.Exception: No tests found matching

CORBA 的含义 No IMPLEMENT exception

junit报错----java.lang.Exception: No tests found matching