This will display serial number of connected devices:
adb devices -l
Now knowing the serial number of my physical device (in this case: 8d5351c6062aa124), type adb uninstall command:
adb -s (serial number) uninstall (com.package.name)
in my case:
adb -s 8d5351c6062aa124 uninstall (com.package.name)
No comments:
Post a Comment