华为 AppGallery Connect
华为 AppGallery Connect 是华为官方应用开发服务平台,提供应用性能监控(APM)、推送服务、认证服务、数据分析等全栈开发能力,帮助开发者快速构建和管理应用。
libapms_ndk_anr.soNative .so精确匹配com.huawei.agconnect.core.ServiceDiscoveryService精确匹配com.huawei.agconnect.core.provider.AGConnectInitializeProviderProvider精确匹配com.huawei.agconnectDEX 包名精确匹配com.huawei.agconnect.datastoreDEX 包名精确匹配com.huawei.agconnect.httpsDEX 包名精确匹配com.huawei.agconnect.commonDEX 包名精确匹配com.huawei.agconnect.crashDEX 包名精确匹配com.huawei.agconnect.authDEX 包名精确匹配com.huawei.agconnect.remoteconfigDEX 包名精确匹配com.huawei.agconnect.apmsDEX 包名精确匹配程序化验证 grep MCP 搜到 2156 个 build.gradle 依赖声明;Web 搜索确认华为官方文档和 Maven Central 有多个独立 artifact(agconnect-core、agcp、agconnect-apms),可单独引入
com.huawei.agconnect规则库 + LLM 终判程序化验证 grep MCP 搜到 2156 个 build.gradle 依赖声明;Web 搜索确认华为官方文档和 Maven Central 有多个独立 artifact(agconnect-core、agcp、agconnect-apms),可单独引入
com.huawei.agconnect.apms规则库 + LLM 终判Maven Central 存在 com.huawei.agconnect:agconnect-apms artifact;华为官方 AGC 文档要求独立引入该依赖启用 APM 性能监控;包内类 com.huawei.agconnect.apms.APMS 为入口。符合"有独立 Maven coordinate 的子模块 = 独立 SDK"标准。
com.huawei.agconnect.auth规则库 + LLM 终判华为开发者官网 AGC Auth Service 有独立 SDK 文档与快速开始指南;Maven Central 存在 com.huawei.agconnect:agconnect-auth artifact;AGConnect 插件同时依赖该 artifact 实现认证服务。
com.huawei.agconnect.common规则库 + LLM 终判com.huawei.agconnect 是华为 AppGallery Connect 的 Maven group,包含 agconnect-auth、agconnect-core、agconnect-apms 等独立 artifact。但 com.huawei.agconnect.common 是内部公共包(含 Logger、AGConnectOptions 等工具类),没有独立 Maven artifact 分发,属于 agconnect-core 的内部实现模块。
com.huawei.agconnect.crash规则库 + LLM 终判Maven Central 有独立 artifact com.huawei.agconnect:agconnect-crash;华为官方文档将其作为独立服务介绍;开发者可单独引入该依赖
com.huawei.agconnect.datastore规则库 + LLM 终判Maven Central 存在 com.huawei.agconnect:datastore-core 独立 artifact;华为官方文档将其列为 AGC 子服务 SDK;有独立的功能定位(本地数据存储)。
com.huawei.agconnect.https规则库 + LLM 终判Maven 坐标 com.huawei.agconnect:agconnect-https 存在,但该模块是华为 HMS/AGC SDK 的内部 HTTP 网络基础设施,不面向开发者独立使用。NuGet 官方描述明确说明是内部依赖。
com.huawei.agconnect.remoteconfig规则库 + LLM 终判mvnrepository.com/artifact/com.huawei.agconnect 列出 agconnect-remoteconfig 独立 artifact;集成文档/示例代码使用 implementation 'com.huawei.agconnect:agconnect-remoteconfig:1.5.2.300' 单独声明依赖
libapms_ndk_anr.so规则库com.huawei.agconnect.core.provider.AGConnectInitializeProvider规则库com.huawei.agconnect.core.ServiceDiscovery规则库