git4wht
git4wht
getRegisterId 是Override 方法,现在是看到华为和荣耀的文档中明确提出需要在一个新线程中调用getToken
我也是这个样改了,荣耀只提供了 aar,Permission name PROCESS_PUSH_MSG is not unique
奇怪,2.3.9 好用了,不用单独放在独立线程里了。
仿照其他的写了一个,但是荣耀提供的aar被重复依赖。 模块生成没有问题,编译example 发生下面错误 Error: Permission name PROCESS_PUSH_MSG is not unique (appears in both com.mixpush.example.hihonor.permission.PROCESS_PUSH_MSG and com.mixpush.example.permission.PROCESS_PUSH_MSG) [UniquePermission]
2022-07-13 16:56:03.112 8426-8426/? E/MixPush-HuaweiPushProvider: hms get token failed com.huawei.hms.common.ApiException: 907122050: operation in MAIN thread prohibited https://developer.huawei.com/consumer/cn/doc/development/HMSCore-References-V5/error-code-0000001050255690-V5 2022-07-13 16:56:03.625 2306-2746/? E/BoosterUtil: convertSubIdToSlotId failed, subId:0, slotId:-1
是编译时出错。 我选择npm install -g objto3dtiles 之后,是可以安装运行的
I had seted `"releaseType": "APK"` in `capacitor.config.json`, but it is not work when run 'npx cap build android'. generated file is `app-release-signed.aab` My Setting is: ``` "android": { "buildOptions": {...