当前位置:网站首页>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 .
边栏推荐
- P1055 [NOIP2008 普及组] ISBN 号码
- 二叉树专题--AcWing 3540. 二叉搜索树建树(实用板子 构建二叉搜索树 并输出前、中、后序遍历)
- 从.bag文件中读取并保存.jpg图片和.pcd点云
- Kustomize使用手册
- Mysql database remote access permission settings
- 华为联机对战服务玩家掉线重连案例总结
- Special topic of binary tree -- Logu p1229 traversal problem (the number of traversals in the middle order is calculated when the pre and post order traversals of the multiplication principle are know
- MySQL数据库远程访问权限设置
- 14. Code implementation of semaphore
- 【深入浅出玩转FPGA学习3-----基本语法】
猜你喜欢

软件产品管理系统有哪些?12个最佳产品管理工具盘点

JSP webshell免杀——JSP的基础

JSP webshell免殺——JSP的基礎

华为快应用中如何实现同时传递事件对象和自定义参数

Mysql database remote access permission settings

【TS】1368- 秒懂 TypeScript 泛型工具类型!

Analysis of hot spots in AI technology industry

Special topic of binary tree -- Logu p1229 traversal problem (the number of traversals in the middle order is calculated when the pre and post order traversals of the multiplication principle are know

2022爱分析· 国央企数字化厂商全景报告
![[SUCTF2018]followme](/img/63/9104f9c8bd24937b0fc65053efec96.png)
[SUCTF2018]followme
随机推荐
(五)APA场景搭建之挡位控制设置
【AGC】构建服务3-认证服务示例
Disassembling Meitu SaaS: driving the plane to change the engine
快应用中实现自定义抽屉组件
集成学习概览
VSCode工具使用
Oracle notes
js promise. all
PCL Eigen介绍及简单使用
一招快速实现自定义快应用titlebar
Special topic of binary tree -- acwing 1589 Building binary search tree
使用华为性能管理服务,按需配置采样率
Hdu1234 door opener and door closer (water question)
nodejs+express+mysql简单博客搭建
PCL eigen introduction and simple use
洛谷 P3398 仓鼠找 sugar(树上倍增 lca 判断树中两条路径是否相交 结论)
如何使用IDE自动签名调试鸿蒙应用
MySQL environment configuration
Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)
如何用list组件实现tabbar标题栏