Search code examples
androidapiface-recognitiongoogle-vision

How can I use FaceDetectionAPI without google play Service in android AOSP?


I am currently developing Face Detection Application in an Android marshmallow AOSP without Gapps. But I can't use Google Vision api without Google Play service. So, is there any way to use Google Vision api without Google Play Services? Or, I'll thank you if you let me know another good api!


Solution

  • You can't use it without Gooogle Services.

    Maybe this can help you.