Closed BijayanBhattarai 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.
Closing due to lack of clear description. Feel free to reopen with more details.
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