当前位置:网站首页>Huawei game failed to initialize init with error code 907135000
Huawei game failed to initialize init with error code 907135000
2022-07-01 18:59: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 .
边栏推荐
- 每周推薦短視頻:警惕“現象”與“問題”相互混淆
- Database foundation: select basic query statement
- ACM MM 2022视频理解挑战赛视频分类赛道冠军AutoX团队技术分享
- Lumiprobe bifunctional crosslinker sulfo cyanine 5 bis NHS ester
- 2020,最新手机号码手机验证正则表达式,持续更新
- Lumiprobe 双功能交联剂丨Sulfo-Cyanine5 双-NHS 酯
- 微服务大行其道的今天,Service Mesh是怎样一种存在?
- Privacy sandbox is finally coming
- 宏观视角看抖音全生态
- R语言使用dplyr包的transmute函数计算dataframe数据中的指定数据列的移动窗口均值、使用ggplot2包可视化移动均值与原始数据的折线图
猜你喜欢
Image acquisition and playback of coaxpress high speed camera based on pxie interface
Docker deploy mysql8.0
Lumiprobe lumizol RNA extraction reagent solution
微服务大行其道的今天,Service Mesh是怎样一种存在?
What if the reliability coefficient is low? How to calculate the reliability coefficient?
2. Create your own NFT collections and publish a Web3 application to show them start and run your local environment
Lumiprobe Lumizol RNA 提取试剂解决方案
Five degrees easy chain enterprise app is newly upgraded
Clean up system cache and free memory under Linux
How to use the low code platform of the Internet of things for personal settings?
随机推荐
R语言ggplot2可视化:gganimate包transition_time函数创建动态散点图动画(gif)、shadow_wake函数配置动画的渐变效果(gradual falloff)拖尾效应
关于企业中台规划和 IT 架构微服务转型
OpenAI|视频预训练 (VPT):基于观看未标记的在线视频的行动学习
Golang error handling
毕业季 | 华为专家亲授面试秘诀:如何拿到大厂高薪offer?
What designs are needed in the architecture to build a general monitoring and alarm platform
微服务大行其道的今天,Service Mesh是怎样一种存在?
斯坦福、Salesforce|MaskViT:蒙面视觉预训练用于视频预测
Case study on comprehensive competitiveness of principal components
Memo - about C # generating barcode for goods
Lumiprobe Lumizol RNA 提取试剂解决方案
华为游戏初始化init失败,返回错误码907135000
AI 训练速度突破摩尔定律;宋舒然团队获得RSS 2022最佳论文奖
华为云专家详解GaussDB(for MySQL)新特性
[Chongqing Guangdong education] basic psychology reference materials of Tianjin Normal University
R language uses follow up of epidisplay package Plot function visualizes the longitudinal follow-up map of multiple ID (case) monitoring indicators, and uses n.of The lines parameter specifies the num
R language uses the transmute function of dplyr package to calculate the moving window mean value of the specified data column in dataframe data, and uses ggplot2 package to visualize the line graph b
创建您自己的NFT集合并发布一个Web3应用程序来展示它们(介绍)
Leetcode-160 intersecting linked list
力扣每日一题-第32天-589.N×树的前序遍历