You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug & problem
App crush on start with errors :
getTransport: Cannot find entry [email protected]::IHwcInterface/default in either framework or device manifest.
IHwcInterfaceClient::tryGetService failed! 312284_externalLog_huawei2_v1.txt
Environment:
Unity3d 2021.3.42f1
HMSUnityPackageV2.3.9-2019-2020-2021-2022
Smartphone:
Device: HUAWEI MatePad SE 11 (16:10) / HarmonyOS 2.0
The text was updated successfully, but these errors were encountered:
Hi @alexanderbelousov25 , Looking at your logs, I understand you're encountering a graphics interface initialization error with the HMS Unity Plugin on your MatePad SE 11. Let me help explain what's happening and provide some solutions.
The error occurs when the HMS Plugin attempts to initialize the hardware graphics interface on HarmonyOS 2.0. This is particularly common on tablet devices due to their different screen configurations and how HarmonyOS handles hardware abstraction layers.
There are a few potential solutions you can try:
Solution 1 - Update HMS Core Settings
First, ensure your HMS Core and related services are up to date through AppGallery on your MatePad. This is crucial as outdated services can cause initialization failures.
Solution 2 - Implement HMS Tablet Configuration
In your HMS initialization script, add specific tablet device handling:
Clean your Unity project (delete Library and Temp folders)
Rebuild your project
Deploy to your device
If you're still experiencing issues after trying these solutions, please share any new error messages you encounter. I'll be happy to help further troubleshoot the problem.
Describe the bug & problem
App crush on start with errors :
getTransport: Cannot find entry [email protected]::IHwcInterface/default in either framework or device manifest.
IHwcInterfaceClient::tryGetService failed!
312284_externalLog_huawei2_v1.txt
Environment:
Smartphone:
The text was updated successfully, but these errors were encountered: