当前位置:网站首页>Huawei game failed to initialize init with error code 907135000
Huawei game failed to initialize init with error code 907135000
2022-07-02 11:01:00 【Huawei Developer Forum】
Problem description
use android studio Integrate Huawei game services SDK after , Initialize when testing the game init Failure , Report errors statusCode 907135000, I search the error code on the official development guidance document website :

This error code indicates that the parameter passed in is wrong .
Official error code document link :
https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/commonerror-0000001059816656
Problem solving
I contacted Huawei technical support (https://developer.huawei.com/consumer/cn/support/feedback Work order consultation ), They told me :
If you use Android Studio Way integration HMS SDK Our game service , This exception occurred , To check agconnect-services.json In the document appId Whether it is right .agconnect-services.json File download and configuration , Refer to this document :https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/integrate-as-sdk-0000001050435953
If it is to use eclipse Mode access , This exception occurred , You can check AndroidManifest In file appId Whether the configuration is correct , Configure according to this format , Be careful not to have spaces .
<meta-data
android:name="com.huawei.hms.client.appid"
<!-- value Value “xxx” With the application of the actual application ID Replace , From application details .-->
android:value="appid=xxx">
</meta-data>
Or reference https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/integrate-eclipse-sdk-0000001050309122 To add the currently applied AppGallery Connect The configuration file .
I am a Android Studio Mode integrated , It is directly provided by Huawei demo, Neither agconnect-services.json file , Led to the wrong report , So I started from AGC The file is downloaded in the background , And put it under the project root directory , Repackaging tests , Successful initialization , Problem solving .
If you also run directly demo, Or directly copy the code of other projects , You can refer to my example to check by yourself .
边栏推荐
- 从.bag文件中读取并保存.jpg图片和.pcd点云
- 【AI应用】海康威视iVMS-4200软件安装
- Special topic of binary tree -- acwing 3540 Binary search tree building (use the board to build a binary search tree and output the pre -, middle -, and post sequence traversal)
- VSCode工具使用
- Introduction to MySQL 8 DBA foundation tutorial
- Jsp webshell Free from killing - The Foundation of JSP
- 二叉树专题--AcWing 47. 二叉树中和为某一值的路径(前序遍历)
- 力扣(LeetCode)182. 查找重复的电子邮箱(2022.07.01)
- JVM garbage collector
- [visual studio] visual studio 2019 community version cmake development environment installation (download | install relevant components | create compilation execution project | error handling)
猜你喜欢

One trick to quickly realize custom application titlebar
![2.hacking-lab脚本关[详细writeup]](/img/f3/29745761cd5ad4df84c78ac904ea51.png)
2.hacking-lab脚本关[详细writeup]

UVM learning - build a simple UVM verification platform

4. Random variables

洛谷 P5536 【XR-3】核心城市(贪心 + 树形 dp 寻找树的中心)

JVM之垃圾回收器
![Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)](/img/dc/2aa55c9b3f23c292820a56ea72fedd.png)
Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)

12. Process synchronization and semaphore

1287_FreeRTOS中prvTaskIsTaskSuspended()接口实现分析

二叉树专题--洛谷 P1229 遍历问题(乘法原理 已知前、后序遍历求中序遍历个数)
随机推荐
OpenMLDB Meetup No.4 会议纪要
【深入浅出玩转FPGA学习2----设计技巧(基本语法)】
【快应用】text组件里的文字很多,旁边的div样式会被拉伸如何解决
软件产品管理系统有哪些?12个最佳产品管理工具盘点
集成学习概览
V2X-Sim数据集(上海交大&纽约大学)
二叉树专题--AcWing 3540. 二叉搜索树建树(实用板子 构建二叉搜索树 并输出前、中、后序遍历)
12. Process synchronization and semaphore
[TS] 1368 seconds understand typescript generic tool types!
Kustomize user manual
二叉树专题--洛谷 P1229 遍历问题(乘法原理 已知前、后序遍历求中序遍历个数)
JSP webshell免殺——JSP的基礎
nodejs+express+mysql简单博客搭建
UVM learning - build a simple UVM verification platform
One trick to quickly realize custom application titlebar
Open the encrypted SQLite method with sqlcipher
2022爱分析· 国央企数字化厂商全景报告
面对不确定性,供应链的作用
In the face of uncertainty, the role of supply chain
【TS】1368- 秒懂 TypeScript 泛型工具类型!