huawei-mobile-services

Migration from Google Play Store to Huawei Store. Any changes in code?

[亡魂溺海] 提交于 2020-11-29 17:55:51
问题 I have an application live in Google Play Store. I am planning to publish it also in Huawei Store. Apart from re-building the app with the Huawei SDK and the basic instructed steps (Add into the project agconnect-services.json etc..), is there something else that needs to be changed at code level ? Are all APIs working ? Specially those related to in-app purchases ? Thanks 回答1: First, please check out what GMS Kit you are using, and I could provide you corresponding HMS Kits. You can refer to

Migration from Google Play Store to Huawei Store. Any changes in code?

独自空忆成欢 提交于 2020-11-29 17:51:04
问题 I have an application live in Google Play Store. I am planning to publish it also in Huawei Store. Apart from re-building the app with the Huawei SDK and the basic instructed steps (Add into the project agconnect-services.json etc..), is there something else that needs to be changed at code level ? Are all APIs working ? Specially those related to in-app purchases ? Thanks 回答1: First, please check out what GMS Kit you are using, and I could provide you corresponding HMS Kits. You can refer to

Could not get unknown property 'manifestOutputDirectory'

天大地大妈咪最大 提交于 2020-11-28 04:54:35
问题 I'm trying to "make project" with Android Studio, and I'm getting this error: Execution failed for task ':myApp:processGoogleDebugManifest'. Could not get unknown property 'manifestOutputDirectory' for task ':myApp:processGoogleDebugManifest' of type com.android.build.gradle.tasks.ProcessMultiApkApplicationManifest. Any help please? EDIT: This error occurred after I updated to gradle v6.5 and plugin v4.1.0. If I revert to gradle v6.1.1 and plugin v4.0.0 the error disappears. 回答1: I

Could not get unknown property 'manifestOutputDirectory'

北战南征 提交于 2020-11-28 04:52:31
问题 I'm trying to "make project" with Android Studio, and I'm getting this error: Execution failed for task ':myApp:processGoogleDebugManifest'. Could not get unknown property 'manifestOutputDirectory' for task ':myApp:processGoogleDebugManifest' of type com.android.build.gradle.tasks.ProcessMultiApkApplicationManifest. Any help please? EDIT: This error occurred after I updated to gradle v6.5 and plugin v4.1.0. If I revert to gradle v6.1.1 and plugin v4.0.0 the error disappears. 回答1: I