Skip to content

Bug: doesn't work on stock (vanilla) Nexus 5 #95

Open
@AndroidDeveloperLB

Description

@AndroidDeveloperLB

Android 6.0.1, MOB30H

running the sample "photo-demo" , it just shows this in the logs:

05-18 12:24:56.710 3280-3280/com.google.android.gms.samples.vision.face.photo W/FaceDetectorHandle: Native face detector not yet available.  Reverting to no-op detection.
05-18 12:24:57.028 3280-3280/com.google.android.gms.samples.vision.face.photo W/PhotoViewerActivity: Face detector dependencies are not yet available.

I tried updating everything, and change the gradle file to this:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.3"

    defaultConfig {
        applicationId "com.google.android.gms.samples.vision.face.photo"
        minSdkVersion 14
        targetSdkVersion 23
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:23.4.0'
    compile 'com.google.android.gms:play-services:8.4.0'
}

But it didn't help.
Running the exact same project on Nexus 5x with Android 6.0.1 actually does work.

How could this be?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions