Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/216.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Google playstore中支持的设备为零(支持的设备部分)_Android_Google Play - Fatal编程技术网

Android Google playstore中支持的设备为零(支持的设备部分)

Android Google playstore中支持的设备为零(支持的设备部分),android,google-play,Android,Google Play,“Google play store显示零支持设备,我不知道为什么。我到处搜索,但没有找到答案。” “我在ALPHA版本中上传了它,我在其中包括了测试人员列表。” “我已经在我的三星手机上测试过了,它显示了一个错误:应用程序与这个版本不兼容,没有理由与每个安卓设备都不兼容。” ##这是我的清单文件:## 使用功能区分大小写 使用 而不是 android:name="android.hardware.camera" 似乎uses功能区分大小写 您在清单中写入了两个功能: 第一个

“Google play store显示零支持设备,我不知道为什么。我到处搜索,但没有找到答案。”

“我在ALPHA版本中上传了它,我在其中包括了测试人员列表。”

“我已经在我的三星手机上测试过了,它显示了一个错误:应用程序与这个版本不兼容,没有理由与每个安卓设备都不兼容。”

##这是我的清单文件:##


使用功能
区分大小写

使用

而不是

        android:name="android.hardware.camera"

似乎uses功能区分大小写

您在清单中写入了两个功能:

第一个没问题。您想使用照相机,但不是必需的

问题是第二个需要一个android.hardware.CAMERA,这在任何android设备中都不存在。他们有照相机,不是照相机

我希望这对您有所帮助。
希望你接受这个答案;)

你的
minSdk
版本是什么?19和target是23与说
然后在使用功能中将相机的所有内容设置为false有关吗?我这样做也是为了让它对非相机手机可用。
你的意思是
?记录esy hi rating berhaty hain。mn tmhn b费率krn ga tmhara b级别高ho jaye ga
    buildscript 
    {
        repositories {
            maven { url 'https://maven.fabric.io/public' }
        }
        dependencies {
            classpath 'io.fabric.tools:gradle:1.+'
        }
    }
    apply plugin: 'com.android.application'
    apply plugin: 'io.fabric'
    apply plugin: 'com.google.gms.google-services'
    repositories 
    {
        maven 
    { url 'https://maven.fabric.io/public' }
        mavenCentral()
    }
    android {
        compileSdkVersion 23
        buildToolsVersion "23.0.2"
        defaultConfig {
            applicationId "com.raphapp.tulyu"
            minSdkVersion 19
            targetSdkVersion 23
            versionCode 2
            versionName "1.0"
        }
        buildTypes {
            release {
                minifyEnabled false
                proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            }
        }
    }
    dependencies
     {
        compile fileTree(include: ['*.jar'], dir: 'libs')
        testCompile 'junit:junit:4.12'
        compile 'com.google.android.gms:play-services-analytics:9.0.0'
        compile 'com.android.support:appcompat-v7:23.2.0'
        compile 'com.yalantis:ucrop:1.2.+'
        compile 'com.android.support:multidex:1.0.1'
        compile fileTree(include: 'Parse-*.jar', dir: 'libs')
        compile 'com.parse.bolts:bolts-android:1.+'
        compile 'com.github.bumptech.glide:glide:3.6.1'
        compile 'com.anjlab.android.iab.v3:library:1.0.+'
        compile 'com.baoyz.swipemenulistview:library:1.3.0'
        compile('com.crashlytics.sdk.android:crashlytics:2.5.6@aar') {
            transitive = true;
        }
        compile 'com.facebook.android:facebook-android-sdk:4.+'
    }
        android:name="android.hardware.CAMERA"
        android:name="android.hardware.camera"