当前位置:网站首页>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 .
边栏推荐
- Technology implementation and Architecture Practice
- 字节跳动数据平台技术揭秘:基于 ClickHouse 的复杂查询实现与优化
- 华为游戏初始化init失败,返回错误码907135000
- 2020, the regular expression for mobile phone verification of the latest mobile phone number is continuously updated
- Li Kou daily question - Day 32 -589 N × Preorder traversal of tree
- R语言ggplot2可视化:可视化折线图、使用labs函数为折线图添加自定义的Y轴标签信息(customize y axis label)
- AI 训练速度突破摩尔定律;宋舒然团队获得RSS 2022最佳论文奖
- Mise en place d'une plate - forme générale de surveillance et d'alarme, quelles sont les conceptions nécessaires dans l'architecture?
- 11、用户、组和权限(1)
- Lumiprobe lumizol RNA extraction reagent solution
猜你喜欢

用WPF写一款开源方便、快捷的数据库文档查询、生成工具

GAMES202作业0-环境搭建过程&解决遇到的问题

Openai video pre training (VPT): action learning based on watching unmarked online videos

Viewing technological changes through Huawei Corps (VI): smart highway

关于企业中台规划和 IT 架构微服务转型

Privacy sandbox is finally coming

How to find the optimal learning rate

How does factor analysis calculate weights?

Create your own NFT collections and publish a Web3 application to show them (Introduction)

Basic knowledge and commands of disk
随机推荐
Evaluation of 6 red, yellow and black list cameras: who is the safest? Who has good picture quality? From now on, let you no longer step on thunder
每周推荐短视频:警惕“现象”与“问题”相互混淆
AI training speed breaks Moore's law; Song shuran's team won the RSS 2022 Best Paper Award
Graduation season | Huawei experts teach the interview secret: how to get a high paying offer from a large factory?
精耕渠道共谋发展 福昕携手伟仕佳杰开展新产品培训大会
Lumiprobe Lumizol RNA 提取试剂解决方案
Taiaisu M source code construction, peak store app premium consignment source code sharing
R语言ggplot2可视化:gganimate包transition_time函数创建动态散点图动画(gif)、shadow_wake函数配置动画的渐变效果(gradual falloff)拖尾效应
2. Create your own NFT collections and publish a Web3 application to show them start and run your local environment
Usage and underlying implementation principle of PriorityQueue
Leetcode-83 delete duplicate elements in the sorting linked list
Lumiprobe lumizol RNA extraction reagent solution
Case study on comprehensive competitiveness of principal components
Lumiprobe non fluorescent alkyne EU (5-ethynyluridine)
The R language cartools package divides the data, the scale function scales the data, the KNN function of the class package constructs the k-nearest neighbor classifier, and the table function calcula
1380. Lucky number in matrix / 1672 Total assets of the richest customers
Excel之VBA简单宏编程
Openai video pre training (VPT): action learning based on watching unmarked online videos
Three. JS learning - basic operation of camera (learn from)
【快应用】text组件里的文字很多,旁边的div样式会被拉伸如何解决