window 打包exe文件出现问题
XiHanShui opened this issue · 3 comments
XiHanShui commented
大佬 你好,工具非常好用.
但是我想加一个打开原生设置的按钮,使用debug运行没有任何问题, 将修改后的代码通过hover 打包成exe文件时报错了
我的打包代码:
- hover安装和环境配置 go get -u github.com/go-flutter-desktop/hover
- hover init github.com/my-organization/toly_flutter #前面的地址固定,后面写你项目的名字
- hover run
错误信息: App 'android_tool' exited with error: exit status 0xc0000005
请问是什么原因导致的??
EaniaHuui commented
我没有用这个hover打包喔
XiHanShui commented
请问你是用什么打包, 是否有教程分享一下. 谢谢
EaniaHuui commented
@XiHanShui
flutter build windows --release
flutter build macos --release