日期:2014-05-16  浏览次数:20354 次

android中重新安装应用的adb指令

下面以:xinhuaestore.apk 为例

往往系统中有些文件夹没有读写的权限,所以要

adb remount 回车

adb push D:\eStore\bin\classes\eStore.apk /system/app 回车

?

如果还是安装不了

adb uninstall com.xinhuaestore

adb remount 回车

adb push D:\eStore\bin\classes\eStore.apk /system/app 回车

?

如果还是不行

adb shell

ls /system/app

rm estore.apk ?将指定目录里面的文件删除掉 回车

然后删掉?