I'm trying to use Google Mobile Vision API on Android Things but apparently, it depends on Play Store as described by this stacktrace:
05-24 06:17:26.714 4993-4993/com.ee.foo
W/GooglePlayServicesUtil: Google Play Store is missing.
Error creating remote native face detector
com.google.android.gms.internal.zzsb$zza: No acceptable module found. Local
version is 0 and remote version is 0.
I know Play Store wouldn't be available for Android Things but is there a way of doing this or I should just use Cloud Vision API instead?