gpt4 book ai didi

android - 我怎样才能确保我的应用程序不能安装在 Marshmallow 上

转载 作者:太空狗 更新时间:2023-10-29 16:33:49 25 4
gpt4 key购买 nike

在 android gradle 构建文件中,我有以下闭包:

android {
compileSdkVersion 21
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "com.mycoolapp"
minSdkVersion 16
targetSdkVersion 21
versionCode 41
versionName "3.0"
}
}

我不希望我的应用在 Marshmallow 上运行。我的 targetSdkVersion 是 21,Marmallow 是 23。想象一下我有一部 Marshmallow 手机,如果我去 Play 商店,我的应用程序会出现在列表中吗?

我的第二个问题是如何阻止我的应用出现在 marshmallow 设备的 google play 商店中?

最佳答案

So imagine i have a phone that is Marshmallow, if i go to the play store will my app appear in the listing ?

是的。

how would i stop my app from appearing in google play store for marshmallow devices?

欢迎您尝试android:maxSdkVersion<uses-sdk> list 的元素,如 the current documentation建议 Play 商店将其用作过滤器,尽管这对将应用程序升级到 Android 6.0 的用户来说是有代价的。

关于android - 我怎样才能确保我的应用程序不能安装在 Marshmallow 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33150776/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com