AssetPackExtractionService 类已添加到我的清单中

发布于 2025-01-12 16:03:26 字数 398 浏览 0 评论 0原文

最近,在编译我的应用程序后,我在合并清单中看到了这样的条目:

<!-- The services will be merged into the manifest of the hosting app. -->
        <service
            android:name="com.google.android.play.core.assetpacks.AssetPackExtractionService"
            android:enabled="false"
            android:exported="true" >
        </service>

我以前从未注意到这种条目。有谁知道如何将其引入我的应用程序中?

I recently saw an entry like this in my merged manifest after I compiled my app:

<!-- The services will be merged into the manifest of the hosting app. -->
        <service
            android:name="com.google.android.play.core.assetpacks.AssetPackExtractionService"
            android:enabled="false"
            android:exported="true" >
        </service>

I had never noticed this kind of entry before. Does anyone know how that could have been introduced into my app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黑寡妇 2025-01-19 16:03:26

您很可能在 build.gradle 中使用 navigation-dynamic-features-fragment lib

implementation "androidx.navigation:navigation-dynamic-features-fragment:$libraries.navigationVersion"

。如果您不打算构建捆绑包,请尝试将其删除。

it's highly likely you're using navigation-dynamic-features-fragment lib in build.gradle

implementation "androidx.navigation:navigation-dynamic-features-fragment:$libraries.navigationVersion"

Try to remove it if you're not planning to build bundle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文