鸿蒙开发模拟器无法使用2.4.15/3.8.7

  • Creator 版本:2.4.15/3.8.7

  • 目标平台:鸿蒙next

  • 重现方式:鸿蒙next开发,使用模拟器。

  • 首个报错(鸿蒙开发工具deveco):
    Install Failed: error: failed to install bundle.
    code:9568347
    error: install parse native so failed.
    In the module named entry, the Abi type supported by the device does not match the Abi type configured in the C++ project.

分析原因是因为鸿蒙模拟器的所有手机都是x86_64而creator2.4.15或者creator3.8.7目录下,没有x86_64构架支持,能否增加这个支持,让我们能用模拟器开发,而不是非要去买真机…?

是的模拟器运行是有问题的,真机上不会

华为鸿蒙平台还不支持x86_64, 如果平台支持,我们会进行适配。 好像在帖子https://forum.cocos.org/t/topic/169829中说,可以使用云真机进行测试。具体如何使用,可以看帖子中的描述。