Open ljimenez29 opened 5 years ago
Running the Augmented Face example shows only the black screen
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
The example worked before until I updated to the new version Google Play Services for AR
request camera permission manually.
Hi, I already tried that and it doesn't work either
SPECIFIC ISSUE ENCOUNTERED
Running the Augmented Face example shows only the black screen
VERSIONS USED
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use:adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
:STEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS
The example worked before until I updated to the new version Google Play Services for AR