googlesamples / android-vision

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
Apache License 2.0
2.92k stars 1.73k forks source link

FaceDector is not working with the latest Google Play Services #251

Open njovy opened 7 years ago

njovy commented 7 years ago

I updated my Nexus 5x to the latest google play services and FaceDetector.isOperational always returns false. The version code of Google Play Services on Nexus5X is 11055440.

liuyl commented 7 years ago

Hi njovy, does it work before? And how much free storage do you have on your device?

njovy commented 7 years ago

The device was factory resetted and it has a lot of free storage. Other nexus 5x works fine.

ilangomaths commented 6 years ago

I am using Google Play services version 11.9.51 and not working after reset my phone. Previously it was working good. Now FaceDetector.isOperational() is always returns false and getting below lines in log.

W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:1402
I/DynamiteModule: Selected remote version of com.google.android.gms.vision.dynamite, version >= 1402
I/Vision: Loading library libmobile_vision_face.so
I/Vision: libmobile_vision_face.so library load status: false
AminJun commented 6 years ago

I have 6GB of storage,

I use compile 'com.android.support:support-v4:25.4.0' compile 'com.android.support:design:25.4.0' compile 'com.google.android.gms:play-services-vision:11.6.2'

I still get the same error. It's frustrating.