对不起,我知道这个问题已经完成,但我还没有找到解决方案.

我更新了我的应用程序,现在我无法从某些设备中的Play商店下载Nexus 5.

我不知道为什么谷歌说我的设备不兼容,这是我的应用程序的清单.

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

在此先感谢您的帮助

package="com.app.test.android"

xmlns:android="http://schemas.android.com/apk/res/android"

android:installLocation="auto"

android:versionCode="75"

android:versionName="3.4">

android:anyDensity="true"

android:largeScreens="true"

android:normalScreens="true"

android:resizeable="true"

android:smallScreens="true" />

android:name="android.hardware.camera"

android:required="false" />

android:name="android.hardware.camera.autofocus"

android:required="false" />

android:glEsVersion="0x00020000"

android:required="true" />

android:name="android.hardware.telephony"

android:required="false" />

android:name="android.permission.READ_EXTERNAL_STORAGE"

android:maxSdkVersion="18" />

android:name="android.hardware.wifi"

android:required="false" />

android:name=".TestAppApplication"

android:allowBackup="true"

android:hardwareAccelerated="true"

android:icon="@drawable/ic_launcher"

android:label="@string/app_name"

android:theme="@style/Theme.TestAppstyle">

android:name="com.google.android.gms.version"

android:value="@integer/google_play_services_version" />

android:name="com.google.android.maps.v2.API_KEY"

android:value="xxxxxxxxxxxxx" />

android:name="com.facebook.sdk.ApplicationId"

android:value="@string/facebook_app_id" />

android:name="io.fabric.ApiKey"

android:value="xxxxxxxxxxxx" />

android:name="com.google.android.gms.ads.AdActivity"

android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"

android:theme="@android:style/Theme.Translucent" />

android:name=".activities.SplashActivity"

android:configChanges="orientation|keyboardHidden"

android:screenOrientation="portrait"

android:theme="@android:style/Theme.Black.NoTitleBar">

android:name=".activities.MainActivity"

android:configChanges="orientation|keyboardHidden"

android:label="@string/app_name"

android:screenOrientation="portrait"

android:windowSoftInputMode="adjustPan">

android:name="com.google.android.gms.gcm.GcmReceiver"

android:exported="true"

android:permission="com.google.android.c2dm.permission.SEND">

android:name=".services.GCMListenerService"

android:exported="false">

android:name=".services.GCMInstanceIDListenerService"

android:exported="false">

这是我的.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

}

}

您的Android版本不兼容,android – 您的设备与某些设备的此版本不兼容相关推荐

  1. 我的Android进阶之旅------Android中高低API版本兼容使用@TargetApi或者@SuppressLint(NewApi)...

    Android中高低API版本兼容使用@TargetApi或者@SuppressLint("NewApi") 例如:AndroidManifest.xml中,我们配置了sdk版本的 ...

  2. android targetapi版本低,我的Android进阶之旅------Android中高低API版本兼容使用@TargetApi或者@SuppressLint(NewApi)...

    Android中高低API版本兼容使用@TargetApi或者@SuppressLint("NewApi") 例如:AndroidManifest.xml中,我们配置了sdk版本的 ...

  3. android开发怎么兼容不同的sdk,android – 如何在使用特定版本的功能时使我的项目与不同的sdk版本兼容...

    我正在开发一个在webview中使用Flash视频的项目.我解决了所有与代码有关的问题,但只在Honeycomb下工作. 阅读this我发现了如何解决Android 3.0及更高版本(包括ICS)的问 ...

  4. android版本向上兼容吗,Android 的向前兼容和向后兼容

    向后兼容和向前兼容的概念 向后兼容(Backwards compatibility):较高版本的程序能够处理较低版本程序产生的数据. 比如word2007版本的word软件可以打开word2003创建 ...

  5. android 运行版本不兼容,Android开发之——版本兼容性问题

    Android系统中向下兼容性比较差,实际开发和测试中会遇到版本兼容性的问题,本题的成文参考了网上的部分教程和个人在开发中的实例,进行归纳和总结而成. 版本兼容问题 版本兼容性: Android系统中 ...

  6. android动态mac地址,Android 版本兼容 — Android 6.0 和 7.0后获取Mac地址

    Android 6.0 和 7.0后获取Mac地址 随着Android的版本迭代,获取设备的Mac地址也发生了改变.这里找到了最新的适配方案(适配当前的最新版本Android 9.0),并且记录了整个 ...

  7. 【Android 应用开发】 Android 各种版本简介 ( Support 支持库版本 | Android Studio 版本 | Gradle 版本 | jcenter 库版本 )

    初学者遇到 Android Studio, 导入工程后, 会出现各种奇葩错误, 如果管理好各个插件, gradle, SDK, SDK Tools, 各种官方依赖库 的版本, 会将错误大大的减少; 这 ...

  8. 手势识别兼容Android 1.x和2.x的代码【转】

    摘要: 由于Android 2.x开始很多API变动比较大新增了一些比如多点触控的支持,对于屏幕触控手势识别中我们需要考虑更多的实现方法,下面是一段兼容Android 1.x和2.x的代码,可以让我们 ...

  9. 小android模拟器,小姚Android模拟器工作室版本v6.2.7.0正式版

    逍遥Android Emulator Studio Edition是高质量的Android模拟器. 此版本是特殊版本,支持无限的多打开,智能管理和组控制模式. 它是专门为需要商业营销的用户设计的. X ...

最新文章

  1. EMC设计中电缆屏蔽使用方法
  2. Database · 理论基础 · 关于一致性协议和分布式锁
  3. mysql时间戳和日期转换
  4. eclipse+pydev快捷键
  5. Redis中的可用性保证之Sentinel故障转移
  6. 【Leetcode - 172】阶乘后的零(思维)
  7. js错误: XXX变量 is not a function
  8. Linux学习总结(六十六)打印一串数字的脚本
  9. [导入][ASP.NET 控件实作 Day14] 继承 CompositeControl 实作 Toolbar 控件
  10. Atitit.软件仪表盘(0)--软件的子系统体系说明
  11. 微信小程序之订阅消息
  12. 《Java 程序设计任务驱动式实训教程》pdf,附下载链接
  13. 大鱼吃小鱼小游戏(Java版代码,JavaSwing+多线程+接口)
  14. 超细节的对比学习和SimCSE知识点
  15. Mov文件格式对mdat和moov的分析
  16. 转载 PVE 防火墙
  17. 大数据开发工程师必备那些技能
  18. 硬件描述语言基本知识
  19. Win10通过注册表添加自启项
  20. 专题模块phpcms

热门文章

  1. The Geometry has no Z values 解决办法
  2. 《BI那点儿事》数据流转换——透视
  3. 没有绝对的技术,只有不停的创新
  4. PowerDesigner(二)-项目和框架矩阵
  5. 【docker系列】docker基本常用命令
  6. 看完这篇文章,还说自己不会使用Zookeeper命令吗
  7. linux下mysql 有双机_在Linux环境下配置mysql cluster双机集群
  8. mpvue中使用小程序云开发总结
  9. iphone开热点电脑总是搜不到问题的解决办法(百试百灵)
  10. 【hihocoder 1039 字符串消除】模拟