由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
_Android版 - how to uninstall an application with adb?
相关主题
给自己网站做了个Android AppInstalling GeOW on pc
samsung fascinate有没有人碰到update failedWIN 7 下 Java (un)install 2203 error: 怀疑注册表问题
how to back up or sync all the apps?Strange - 'Automatically installing device driver software' ??
new android app: Onsale Local.NET Framework 3.0 install error
XP mysql uninstall problem换硬盘后,是重新装系统,还是copy原系统比较好?
SQL Server 7.0 problem with mdt2g.dll下载apk安装失败:A problem parsing the package?
mac OS X 删除应用程序时有类似pc的uninstall吗?Linked server problem
Re: mac OS X 删除应用程序时有类似pc的uninstall吗?HP ALL IN ONE 一体打印机不是一般的烦人
相关话题的讨论汇总
话题: adb话题: uninstall话题: install话题: know
1 (共1页)
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.

1 (共1页)
相关主题
HP ALL IN ONE 一体打印机不是一般的烦人XP mysql uninstall problem
我来贡献一个让大家高兴的。SQL Server 7.0 problem with mdt2g.dll
Chrome不能用mac OS X 删除应用程序时有类似pc的uninstall吗?
想安装中文语言包,但找不到Display language和Install or remove languages,怎么下载LIP?Re: mac OS X 删除应用程序时有类似pc的uninstall吗?
给自己网站做了个Android AppInstalling GeOW on pc
samsung fascinate有没有人碰到update failedWIN 7 下 Java (un)install 2203 error: 怀疑注册表问题
how to back up or sync all the apps?Strange - 'Automatically installing device driver software' ??
new android app: Onsale Local.NET Framework 3.0 install error
相关话题的讨论汇总
话题: adb话题: uninstall话题: install话题: know