AdvancedAndroid_Emojify icon indicating copy to clipboard operation
AdvancedAndroid_Emojify copied to clipboard

Always detects 0 faces

Open fullmers opened this issue 7 years ago • 3 comments

Tested on Samsung S5 and Samsung S7

fullmers avatar Jan 30 '18 14:01 fullmers

Hi @fullmers, one issue I came across was that I needed to add two meta-data tags to the app's AndroidManifest.xml.

    <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
    <meta-data android:name="com.google.android.gms.vision.DEPENDENCIES" android:value="barcode"/>

This StackOverflow post describes the solution in more detail.

Ideally there would be an additional TODO for this required step.

patrickjkennedy avatar Mar 11 '18 10:03 patrickjkennedy

@pkennedy89 didn't work for me

hudsonpereira avatar Apr 26 '18 21:04 hudsonpereira

#62 Here have a look at this, I modified it to run in 2022. Assign this issue to me and then close it when you got your application successfully build :)

Sagar0-0 avatar Jan 21 '22 10:01 Sagar0-0