HarmonyOS 鸿蒙Next程序运行提示存在问题求解

HarmonyOS 鸿蒙Next程序运行提示存在问题求解

03/26 08:52:36: Launching com.example.myapplication

$ hdc shell am force-stop com.example.myapplication

$ hdc shell bm uninstall com.example.myapplication

$ hdc file send C:\Users\Steve\Downloads\openharmony-app_samples-master\app_samples\common\MyApplication\entry\build\outputs\hap\debug\entry-debug-rich-unsigned.hap /sdcard/a2d4bb24cd0b4bfc937451e0c1015709/entry-debug-rich-unsigned.hap

$ hdc shell bm install -p /sdcard/a2d4bb24cd0b4bfc937451e0c1015709/

$ hdc shell rm -rf /sdcard/a2d4bb24cd0b4bfc937451e0c1015709

$ hdc shell am start -n "com.example.myapplication/com.example.myapplication.MainAbilityShellActivity"

Connected to process 9261 on device 'New_Device_from_Huawei_Phone [emulator-5554]'.

Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat Output" section of the "Debugger" settings page.

E/: [ZeroHung]ZrhungIoctl: open /dev/hwlog_exception failed

E/: [ZeroHung]zrhung_get_config: Get config failed for wp[0x0102]

E/BehaviorCollectManager: Fail to acquire dataAnalyzerService...

E/libdnetwork: GetLocalBasicInfo: get hwddmp service failed

E/OpenGLRenderer: RenderThread: progress name = [com.example.myapplication], get AGPService failed!

E/: logPower_buf_write not support

E/AGP: BF:AGPWindow OnTop fail

E/: logPower_buf_write not support

E/AGP: VsyncSchedulerAndroid:can not find method postRenderThreadInfo.

E/eglCodecCommon: glUtilsParamSize: unknow param 0x000082da

E/eglCodecCommon: glUtilsParamSize: unknow param 0x000082da

E/eglCodecCommon: glUtilsParamSize: unknow param 0x000082da

 glUtilsParamSize: unknow param 0x000082da

E/RtgIoctl: RtgIoctl invalid path

E/EGL_emulation: eglQuerySurface 313d EGL_BAD_ATTRIBUTE

E/: [ZeroHung]ZrhungIoctl: open /dev/hwlog_exception failed

 E/: [ZeroHung]zrhung_get_config: Get config failed for wp[0x0008]

E/: logPower_buf_write not support

E/: logPower_buf_write not support

E/Surface: getSlotFromBufferLocked: unknown buffer: 0xf2000000ef

E/EGL_emulation: eglQuerySurface 313d EGL_BAD_ATTRIBUTE

E/: logPower_buf_write not support

E/: logPower_buf_write not support

E/Surface: getSlotFromBufferLocked: unknown buffer: 0x62967f6000000113

E/EGL_emulation: eglQuerySurface 313d EGL_BAD_ATTRIBUTE

E/: logPower_buf_write not support

E/: logPower_buf_write not support

E/Surface: getSlotFromBufferLocked: unknown buffer: 0x62967f6000000113

E/EGL_emulation: eglQuerySurface 313d EGL_BAD_ATTRIBUTE

更多关于HarmonyOS 鸿蒙Next程序运行提示存在问题求解的实战教程也可以访问 https://www.itying.com/category-93-b0.html

7 回复

这英语看上去是说一堆系统里的功能说有错。

更多关于HarmonyOS 鸿蒙Next程序运行提示存在问题求解的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html


是因为哪里没有设置正确吗,安装2.0版本时配置了好几个文件,安装3.0也就只是把软件一键安装了,别处都没动,该升级的升级,该更新的更新。

我也是如此。2.0的时候装正常了,更新到3.0也没事,现在800就出问题了,全部卸载了,独立安装都不行。整个就不能用。一大堆报错!一会儿权限,一会SDK什么的。我现在是程序都不能运行了,气死了! Execution failed for task ‘:entry:signDebugShell’,

是功能不能实现吗?如果他只是报错没有影响功能不用管吧,标红不一定是你程序的错

是的,不影响程序运行,奈何我这强迫着又犯了。

欢迎开发小伙伴们进来帮帮楼主

针对HarmonyOS(鸿蒙)Next程序运行提示存在的问题,这里提供可能的解决方案,不涉及Java或C语言内容:

  1. 检查系统兼容性: 确保你的鸿蒙系统版本与Next程序要求的最低版本兼容。如果系统版本过低,可能无法正常运行该程序。

  2. 清理缓存与数据: 尝试清理Next程序的缓存和数据,然后重新运行程序,看是否能解决问题。这可以通过系统设置中的应用管理来完成。

  3. 检查程序依赖: 确保Next程序所需的所有依赖库和框架都已正确安装,并且版本符合要求。

  4. 权限设置: 检查Next程序是否拥有运行所需的必要权限,如访问存储、网络等。如果权限不足,可能会导致程序运行异常。

  5. 日志分析: 查看程序运行时的日志信息,分析是否存在具体的错误信息或异常堆栈,以便定位问题原因。

  6. 重新安装程序: 如果以上步骤均未能解决问题,尝试卸载Next程序并重新安装,看是否能恢复正常运行。

如果问题依旧没法解决请联系官网客服,官网地址是:https://www.itying.com/category-93-b0.html

回到顶部