flutter build hap打包编译时报错:hvigor ERROR: Failed :entry:default@CompileArkTS...

这篇具有很好参考价值的文章主要介绍了flutter build hap打包编译时报错:hvigor ERROR: Failed :entry:default@CompileArkTS...。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

error: task assemblehap not found in hvigor node: entry.,OpenHarmony,harmonyos,flutter,vim

xxx:~/demo/flutter_ohos$ flutter build hap --target-platform ohos-arm64 --local-engine-src-path=/home/xxx/work/engine/src --local-engine=ohos_release_arm64
Downloading Linux x64 Dart SDK from Flutter engine 1a65d409c7a1438a34d21b60bf30a6fd5db59314...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  238M  100  238M    0     0  23.4M      0  0:00:10  0:00:10 --:--:-- 24.6M
Building flutter tool...
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
Downloading Material fonts...                                      351ms
Downloading Gradle Wrapper...                                       29ms
Downloading package sky_engine...                                  128ms
Downloading flutter_patched_sdk tools...                           232ms
Downloading flutter_patched_sdk_product tools...                   261ms
Downloading linux-x64 tools...                                   1,257ms
Downloading linux-x64/font-subset tools...                          79ms
start hap build...
ohosPluginsManager: no need to install ohos plugins
check platform environment
current platform environment PUB_HOSTED_URL = https://pub.flutter-io.cn
current platform environment FLUTTER_STORAGE_BASE_URL = https://storage.flutter-io.cn
current platform environment OHPM_HOME = /home/xxx/tools/oh-command-line-tools/ohpm
Compiling ohos_aot_bundle_release_ohos-arm64 for the Ohos...        908ms
copy flutter assets to project start
copy directory from /home/xxx/demo/flutter_ohos/build/ohos/flutter_assets to
/home/xxx/demo/flutter_ohos/ohos/entry/src/main/resources/rawfile/flutter_assets
copy flutter assets to project end
copy flutter runtime to project start
originHarFile: LocalFile:
'/home/xxx/flutter_flutter/packages/flutter_tools/templates/app_shared/ohos.tmpl/har/har_product.tmpl/flutter_embedding.har.release.10'
flutterEngineSoPath: /home/xxx/work/engine/src/out/ohos_release_arm64/libflutter.so
copy flutter runtime to project end
install completed in 0s 2ms
ohpm install success.
install completed in 0s 81ms
ohpm install success.
> hvigor Finished :entry:clean... after 16 ms
> hvigor UP-TO-DATE :entry:default@PreBuild...
> hvigor Finished :entry:default@GenerateMetadata... after 9 ms
> hvigor Finished :entry:default@CreateBuildProfile... after 2 ms
> hvigor Finished ::clean... after 1 ms
> hvigor Finished :entry:default@BuildNativeWithCmake... after 1 ms
> hvigor Finished :entry:default@GenerateLoaderJson... after 4 ms
> hvigor Finished :entry:default@MergeProfile... after 3 ms
> hvigor Finished :entry:default@BuildNativeWithNinja... after 1 ms
> hvigor Finished :entry:default@MakePackInfo... after 7 ms
> hvigor Finished :entry:default@ProcessProfile... after 67 ms
> hvigor Finished :entry:default@ProcessLibs... after 66 ms
> hvigor Finished :entry:default@ProcessResource... after 7 ms
> hvigor Finished :entry:default@DoNativeStrip... after 50 ms
> hvigor Finished :entry:default@CompileResource... after 51 ms
> hvigor Finished :entry:default@CacheNativeLibs... after 136 ms
> hvigor Finished :entry:default@BuildJS... after 2 ms
> hvigor ERROR: Failed :entry:default@CompileArkTS...


> hvigor ERROR: ArkTS Compiler Error
ERROR: ArkTS:ERROR File:
/home/xxx/demo/flutter_ohos/ohos/oh_modules/.ohpm/@ohos+flutter_ohos@file+har+flutter_embedding.har/oh_modules/@ohos/flutter_ohos/src/main/ets/embedding/engine/FlutterEngineConnectionRegistry.ets:85:29
 Cannot find name 'ESObject'.

有人遇到类似问题吗?不知道怎么解决了文章来源地址https://www.toymoban.com/news/detail-845148.html

到了这里,关于flutter build hap打包编译时报错:hvigor ERROR: Failed :entry:default@CompileArkTS...的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • hvigor ERROR: Failed :entry:default@ProcessLibs...【鸿蒙开发-BUG已解决】

    项目无法在真机上运行。报错 hvigor ERROR: Failed :entry:default@ProcessLibs… hvigor ERROR: 2 file found in ‘lib/arm64-v8a/libagccrypto.so’. This may cause unexpected errors at runtime. 报错问题如下: hvigor ERROR: Failed :entry:default@ProcessLibs… hvigor ERROR: 2 file found in ‘lib/arm64-v8a/libagccrypto.so’. This may cause un

    2024年02月04日
    浏览(44)
  • rust编译出错:error: failed to run custom build command for `ring v0.16.20`

    安装 Visual Studio,确保选择 —.NET 桌面开发、使用 C++ 的桌面开发和通用 Windows 平台开发。 显示已安装的工具链 rustup show 。 然后通过运行更改和设置工具链 rustup default stable-x86_64-pc-windows-msvc 。 另外是想用clion进行调试rust 需要你按下面配置即可解决调试问题 前往| 设置 - 构

    2024年02月09日
    浏览(41)
  • Go Build编译打包文件

    程序 main1.go : 打包: 执行: 程序 main2.go : 打包:打包方式和上面一样,这里只介绍linux下的打包。 执行: go build的时候还有别的其它参数,如果有需要请查询相关文档。

    2024年01月18日
    浏览(33)
  • Unity2021打包安卓失败CommandInvokationFailure: Gradle build failed等问题

    查阅了大量资料都没有真正解决掉问题网上的那些解决方案太老了,而且用最新版的人数较少 1.删除C:UsersXXX.gradle 整个文件.gradle 整个删除 如果被占用重启电脑删除 这个文件在打包时会自动生成 XXX代表当前你电脑的用户名每个人不一样 2.将编辑器安装目录下的打开D:Unity

    2024年02月15日
    浏览(38)
  • 【UE4】打包失败 Failed to build UATTempProj.proj

    我抄我自己之 https://zhuanlan.zhihu.com/p/586117443 前两天编 UE4.27 源码内存和CPU直接全是100%爆满,甚至还报错:c1060, the compiler is out of heap,设置虚拟内存也不不好使,发现16GB内存不配编 UE,火速换了64G之后无比顺畅。 在用编辑器打手机包的时候出现报错:BuildCMakeLib.Automation.cs(4

    2024年02月03日
    浏览(82)
  • flutter开发实战-build编译macos环境可安装dmg

    flutter开发实战-build编译macos环境可安装dmg 之前开发中需要变异Macos成dmg的需求,这里记录一下build编译macos环境可安装dmg的过程。 目录如下 如果工程没有macos,需要增加macos支持的平台。命令 运行macos无法访问http请求 可以在macos目录runner文件夹中 DebugProfile.entitlements和 Release

    2024年02月16日
    浏览(44)
  • 【flutter电子木鱼】flutter 打包 android apk,记录配置签名的过程/调试的过程及flutter build apk放到手机上用。

    目标通过这篇blog记录一下flutter打包android apk的过程,项目是参考以下链接的git仓库,然后自己重新创建了一个project。安卓应用市场的木鱼充斥着广告和付费体验极差,自己做一个还可以根据喜好做适应性调整,不用担心被偷后台也不用烦广告和一些奇怪的布局,干净清爽,

    2024年02月10日
    浏览(50)
  • python distutils打包C/C++模块,执行python setup.py build_ext --inplace时报错cl

    python可以把C/C++代码编译并打包为pyd模块,从而可以使python脚本直接调用C/C++模块功能。 我在执行python setup.py build_ext --inplace时遇到了缺失cl.exe的错误提示,然后用pip安装了cl。 再次编译,提示cl: error: no such option: -I,改变cl版本仍然不行,百思不得其解。 后来意识到C/C++模块

    2024年02月06日
    浏览(42)
  • Jenkins构建时报错:ERROR: Failed to parse POMs

    因为在操作中把maven仓库整个文件夹删了,重新建的文件夹,拉取的依赖,然后去看了下maven的东西,发现maven仓库的目录权限和其他不一样,猜测maven仓库目录可能没有写入的权限,尝试执行命令进行提权,然后打包,问题解决了。 另外如果是多模块项目,还可以尝试去排查

    2024年02月11日
    浏览(45)
  • CentOS下用rpm安装软件时报错error: Failed dependencies

    在CentOS下用rpm安装软件时会报如下错误: 1、安装时提示: [root@db software]# rpm -ivh ksh-20120801-254.el8.x86_64.rpm warning: ksh-20120801-254.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY error: Failed dependencies:     libm.so.6(GLIBC_2.23)(64bit) is needed by ksh-20120801-254.el8.x86_64 解决的方法就是

    2024年01月17日
    浏览(51)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包