我的目标SDK版本是25,但Google Play说应用只支持4.1-4.4设备? [英] My target SDK version is 25 but Google Play says app only supports 4.1-4.4 devices?

查看:145
本文介绍了我的目标SDK版本是25,但Google Play说应用只支持4.1-4.4设备?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"

defaultConfig {
    applicationId "com.abc.ege"
    minSdkVersion 16
    targetSdkVersion 25
    versionCode 3
    versionName "1.1.3"
    vectorDrawables.useSupportLibrary = true
}
}

尽管我的目标sdk版本是25,当我上传APK玩商店时,它说不兼容与Android版本4.4和以上的设备,问题出在哪里?

Although my target sdk version is 25, when I upload the apk to play store, it says "not compatible with devices with android version 4.4 and over, where is the problem?

编辑:应用程序在模拟器上工作正常,清单文件中没有硬件访问。 b $ b

edit: app works fine on emulators and there is no hardware access in manifest file

推荐答案

解决了这个问题。看起来像外部库的Android清单文件maxSDK设置为19。

Solved the issue. Looks like an external library's android manifest file maxSDK is set to 19.

这篇关于我的目标SDK版本是25,但Google Play说应用只支持4.1-4.4设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆