android – 您的设备与某些设备的此版本不兼容

android – 您的设备与某些设备的此版本不兼容,第1张

概述对不起,我知道这个问题已经完成,但我还没有找到解决方案. 我更新了我的应用程序,现在我无法从某些设备中的Play商店下载Nexus 5. 我不知道为什么谷歌说我的设备不兼容,这是我的应用程序的清单. 我已经检查了兼容设备列表并且Nexus 5可用,而且apk大小也只有24 MB(在其他一些帖子中指的是这个问题应该因为.apk大小而发生). 在此先感谢您的帮助 <?xml version="1.0" 对不起,我知道这个问题已经完成,但我还没有找到解决方案.
我更新了我的应用程序,现在我无法从某些设备中的Play商店下载Nexus 5.
我不知道为什么谷歌说我的设备不兼容,这是我的应用程序的清单.

我已经检查了兼容设备列表并且Nexus 5可用,而且apk大小也只有24 MB(在其他一些帖子中指的是这个问题应该因为.apk大小而发生).

在此先感谢您的帮助

<?xml version="1.0" enCoding="utf-8"?><manifest    package="com.app.test.androID"    xmlns:androID="http://schemas.androID.com/apk/res/androID"    androID:installLocation="auto"    androID:versionCode="75"    androID:versionname="3.4">    <supports-screens        androID:anyDensity="true"        androID:largeScreens="true"        androID:normalScreens="true"        androID:resizeable="true"        androID:smallScreens="true" />    <uses-permission androID:name="androID.permission.WAKE_LOCK" />    <uses-permission androID:name="com.app.test.androID.permission.C2D_MESSAGE" />    <uses-permission androID:name="com.Google.androID.c2dm.permission.RECEIVE" />    <uses-permission androID:name="androID.permission.GET_ACCOUNTS" />    <uses-permission androID:name="androID.permission.INTERNET" />    <uses-permission androID:name="androID.permission.CALL_PHONE" />    <uses-permission androID:name="androID.permission.READ_PHONE_STATE" />    <uses-permission androID:name="androID.permission.ACCESS_NETWORK_STATE" />    <uses-permission androID:name="androID.permission.ACCESS_COARSE_LOCATION" />    <uses-permission androID:name="androID.permission.ACCESS_FINE_LOCATION" />    <uses-permission androID:name="androID.permission.VIBRATE" />    <uses-permission androID:name="androID.permission.CAMERA" />    <uses-permission androID:name="com.Google.androID.provIDers.gsf.permission.READ_GSERVICES" />    <uses-permission androID:name="androID.permission.WRITE_EXTERNAL_STORAGE" />    <uses-permission androID:name="com.app.test.androID.permission.MAPS_RECEIVE" />    <uses-permission androID:name="com.androID.vending.CHECK_liCENSE" />    <uses-feature        androID:name="androID.harDWare.camera"        androID:required="false" />    <uses-feature        androID:name="androID.harDWare.camera.autofocus"        androID:required="false" />    <uses-feature        androID:glEsversion="0x00020000"        androID:required="true" />    <uses-feature        androID:name="androID.harDWare.telephony"        androID:required="false" />    <uses-permission        androID:name="androID.permission.READ_EXTERNAL_STORAGE"        androID:maxsdkVersion="18" />    <uses-feature        androID:name="androID.harDWare.wifi"         androID:required="false" />    <application        androID:name=".TestAppApplication"        androID:allowBackup="true"        androID:harDWareAccelerated="true"        androID:icon="@drawable/ic_launcher"        androID:label="@string/app_name"        androID:theme="@style/theme.TestAppstyle">        <service androID:name="com.mapBox.mapboxsdk.telemetry.TelemetryService" />        <Meta-data            androID:name="com.Google.androID.gms.version"            androID:value="@integer/Google_play_services_version" />        <Meta-data            androID:name="com.Google.androID.maps.v2.API_KEY"            androID:value="xxxxxxxxxxxxx" />        <Meta-data            androID:name="com.facebook.sdk.ApplicationID"            androID:value="@string/facebook_app_ID" />        <Meta-data            androID:name="io.fabric.APIKey"            androID:value="xxxxxxxxxxxx" />        <activity            androID:name="com.Google.androID.gms.ads.AdActivity"            androID:configChanges="keyboard|keyboardHIDden|orIEntation|screenLayout|uiMode|screenSize|smallestScreenSize"            androID:theme="@androID:style/theme.Translucent" />        <activity            androID:name=".activitIEs.SplashActivity"            androID:configChanges="orIEntation|keyboardHIDden"            androID:screenorIEntation="portrait"            androID:theme="@androID:style/theme.Black.NoTitlebar">            <intent-filter>                <action androID:name="androID.intent.action.MAIN" />                <category androID:name="androID.intent.category.LAUNCHER" />            </intent-filter>        </activity>        <activity            androID:name=".activitIEs.MainActivity"            androID:configChanges="orIEntation|keyboardHIDden"            androID:label="@string/app_name"            androID:screenorIEntation="portrait"            androID:windowsoftinputMode="adjustPan">            <intent-filter>                <action androID:name="intent.my.action" />                <category androID:name="androID.intent.category.DEFAulT" />            </intent-filter>        </activity>        <receiver            androID:name="com.Google.androID.gms.gcm.GcmReceiver"            androID:exported="true"            androID:permission="com.Google.androID.c2dm.permission.SEND">            <intent-filter>                <action androID:name="com.Google.androID.c2dm.intent.RECEIVE" />                <action androID:name="com.Google.androID.c2dm.intent.REGISTRATION" />                <category androID:name="com.app.test.androID" />            </intent-filter>        </receiver>        <service            androID:name=".services.GCMListenerService"            androID:exported="false">            <intent-filter>                <action androID:name="com.Google.androID.c2dm.intent.RECEIVE" />            </intent-filter>        </service>        <service            androID:name=".services.GCMInstanceIDListenerService"            androID:exported="false">            <intent-filter>                <action androID:name="com.Google.androID.gms.iID.InstanceID" />            </intent-filter>        </service>        <service androID:name=".services.GCMRegistrationIntentService" />        <service androID:name=".util.Service" />        <service androID:name=".util.Server" />    </application></manifest>

这是我的.gradle文件

apply plugin: 'com.androID.application'apply plugin: 'io.fabric'androID {   compileSdkVersion 23   buildToolsversion "23.0.1"   defaultConfig {       applicationID "com.app.test.androID"       minSdkVersion 15       targetSdkVersion 23       multIDexEnabled = true   }   dexOptions {       preDexlibrarIEs = false       javaMaxHeapSize "4g"       incremental true   }   lintoptions {       quIEt true       abortOnError false       disable 'Googlemapssdkm4b_lib'   }   buildTypes {       release {           MinifyEnabled false           proguardfiles getDefaultProguardfile('proguard-androID.txt'),'proguard-project.txt'       }   }}buildscript {   dependencIEs {       classpath 'io.fabric.tools:gradle:1.+'   }   repositorIEs {       mavenCentral()       maven { url 'https://maven.fabric.io/public' }   }}repositorIEs {   mavenCentral()   maven { url 'https://maven.fabric.io/public' }}dependencIEs {   compile 'com.androID.support:multIDex:1.0.1'   compile 'com.Google.androID.gms:play-services:8.3.0'   compile 'com.androID.support:support-v4:23.1.1'   compile 'com.androID.support:appcompat-v7:23.1.1'   compile 'com.androID.support:multIDex:'   compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.clIEnt:4.1.2'   compile('com.crashlytics.sdk.androID:crashlytics:2.5.5@aar') {       transitive = true;   }   compile ('com.mapBox.mapboxsdk:mapBox-androID-sdk:4.0.1@aar'){       transitive = true   }}
@H_404_14@解决方法 我知道很久以前已经过去了,但我终于找到了答案,也许它可能对其他人有帮助.

它与应用程序代码无关.我正在以渐进模式发布应用程序,因此有些用户无法下载该应用程序.

对我来说,这是Google Play商店向用户显示的一个奇怪的消息,因为它们会让人感到困惑.当我以100%发布应用程序时,消息消失了

@H_404_14@ @H_404_14@ 总结

以上是内存溢出为你收集整理的android – 您的设备与某些设备的此版本不兼容全部内容,希望文章能够帮你解决android – 您的设备与某些设备的此版本不兼容所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1135666.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-30
下一篇2022-05-30

发表评论

登录后才能评论

评论列表(0条)

    保存