HarmonyOS 项目使用Migrate Assistant自动迁移完成后,运行flutter项目报错

使用Migrate Assistant迁移,且工程重新完成同步,并无其他报错提示(迁移成功)。

运行Flutter项目报错,报错信息如下:

Parse ohos module.json5 error: Exception: Can not found module.json5 at /Users/xxx/.pub-cache/git/flutter_packages-0f6bad27408d6d3c7887b9570dd7bad5e12b66cd/packages/shared_preferences/shared_preferences_ohos/ohos/src/main/module.json5 . 
  You need to update the Flutter plugin project structure. 
  See https://gitee.com/openharmony-sig/flutter_samples/tree/master/ohos/docs/09_specifications/update_flutter_plugin_structure.md
Exited (1)
HarmonyOS
1天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
zbw_apple

请参考文档:https://gitee.com/openharmony-sig/flutter_samples/tree/master/ohos/docs/09_specifications/update_flutter_plugin_structure.md

请清理下重新编译运行,如果是flutter_flutter最新的dev分支,就不需要传–local-engine了。

fliutter clean
flutter pub get
flutter build hap --local-engine=$ENGINE_DEBUG --debug
flutter run -d $DEVICE --local-engine=$ENGINE_DEBUG --debug
分享
微博
QQ
微信
回复
1天前
相关问题
HarmonyOS 项目接入flutter无法运行
62浏览 • 1回复 待解决
HarmonyOS 运行Flutter项目崩溃
34浏览 • 1回复 待解决
HarmonyOS 项目更换包名运行失败
41浏览 • 1回复 待解决
HarmonyOS 更改项目的bundlename报错
1514浏览 • 1回复 待解决
HarmonyOS 项目自动打包命令
50浏览 • 1回复 待解决
项目报错,moduleName is not unique
188浏览 • 1回复 待解决
HarmonyOS Flutter项目开发相关问题
37浏览 • 1回复 待解决
新建空白项目运行在真机一直报错
903浏览 • 1回复 待解决
新建HarmonyOS项目运行不起来
208浏览 • 1回复 待解决
系统VPN播打完成后是否可以打通资源
1901浏览 • 1回复 待解决
HarmonyOS 项目使用c++库导出函数报错
335浏览 • 1回复 待解决