android - Xamarin - 当我将我的应用程序发布到谷歌商店时,我应该使用什么 apk 包

标签 android visual-studio xamarin apk

我使用 Visual Studio 2019 创建了一个存档文件夹,其中包含 3 个签名的 apk 文件,用于我计划发布到谷歌商店的应用程序。

在 signed-apks 文件夹中,文件名是:

com.blah1.app.apk
com.blah1.app-arm64-v8a.apk
com.blah1.app-armeabi-v7a.apk

我应该使用哪一个? Google Play 控制台似乎可以让我添加所有 3 个。您还提供任何其他信息也很好。

谢谢。

最佳答案

您应该上传所有三个。你正在为每个 ABI 生成一个 apk

From the documentation:

Multiple APK support is a feature on Google Play that allows you to publish different APKs for your application that are each targeted to different device configurations. Each APK is a complete and independent version of your application, but they share the same application listing on Google Play and must share the same package name and be signed with the same release key. This feature is useful for cases in which your application cannot reach all desired devices with a single APK.

关于android - Xamarin - 当我将我的应用程序发布到谷歌商店时,我应该使用什么 apk 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57642012/

相关文章:

android - 我可以存储 Android SDK 中的对象(例如位置)吗?

Android 子菜单项在图标右侧有额外的空白

visual-studio - VS 2012 : Post Build xcopy error 2

c# - 在 Visual Studio 2019 中激活 C# 的自动完成

Xamarin Forms 找不到 'Sku' 的属性、可绑定(bind)属性或事件,或者值和属性之间的类型不匹配

android - 更改 android View 的位置似乎会更改动画枢轴

android - TextView 不显示。但是在 logcat 中显示时一切正常

java - getIntent 返回 null

windows - 如何向资源管理器右键单击上下文菜单添加新选项?

c# - 颜色按钮 C# Xamarin Android