a*******n 发帖数: 237 | 1 I know that we can use "adb install xxx.apk" to install an application. I
tried "adb uninstall xxx.apk" but it failed.
Does anybody know how to uninstall an application with adb?
Thanks, |
z*p 发帖数: 485 | 2 adb uninstall
【在 a*******n 的大作中提到】 : I know that we can use "adb install xxx.apk" to install an application. I : tried "adb uninstall xxx.apk" but it failed. : Does anybody know how to uninstall an application with adb? : Thanks,
|
a*******n 发帖数: 237 | 3 my problem is that I don't know the package name. How to find the pkg name?
I though it might be the same name I provided for the install command but it
did not work.
【在 z*p 的大作中提到】 : adb uninstall
|
z*p 发帖数: 485 | 4 It is application package name you defined in android manifest file, I.e com
.xxx.xxx.xxx.
?
it
【在 a*******n 的大作中提到】 : my problem is that I don't know the package name. How to find the pkg name? : I though it might be the same name I provided for the install command but it : did not work.
|
a*******n 发帖数: 237 | 5 it works. thank you, zip. |
Z****e 发帖数: 2999 | 6 `adb shell pm list packages` will give you the list of pkg names
?
it
【在 a*******n 的大作中提到】 : my problem is that I don't know the package name. How to find the pkg name? : I though it might be the same name I provided for the install command but it : did not work.
|