HarmonyOS 鸿蒙Next错误码10310009
HarmonyOS 鸿蒙Next错误码10310009
hvigor ERROR: Failed :entry:default@CompileArkTS… hvigor ERROR: 10310009 ArkTS: INTERNAL ERROR
Error Message: Failed to find module info. Failed to find module info with ‘MyApplication/entry/src/main/ets/pages/index.ets’ from the context information.
COMPILE RESULT:FAIL {ERROR:1}
- Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
demo 查看附件 txt 改成zip 然后解压
更多关于HarmonyOS 鸿蒙Next错误码10310009的实战教程也可以访问 https://www.itying.com/category-93-b0.html
main_pages.json的路径名称保持一致

更多关于HarmonyOS 鸿蒙Next错误码10310009的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html
谢谢
找HarmonyOS工作还需要会Flutter技术的哦,有需要Flutter教程的可以学学大地老师的教程,很不错,B站免费学的哦:https://www.bilibili.com/video/BV1S4411E7LY/?p=17
学习了
错误码10310009通常表示权限验证失败。该错误发生在应用尝试访问受保护的API或资源时,系统检测到调用方不具备相应的权限。请检查应用的配置文件(如module.json5),确保已正确声明并申请了所需的权限。同时,确认应用在运行时的权限状态是否已获得用户授权。


