Closed Null8889 closed 3 years ago
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
1. 1. 1.
This file can be found e.g. in hello_ar_java.
SPECIFIC ISSUE ENCOUNTERED
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
1. 1. 1.
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS