首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

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

2012-08-13 
android中重新安装应用的adb指令下面以:xinhuaestore.apk 为例往往系统中有些文件夹没有读写的权限,所以要

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 ?将指定目录里面的文件删除掉 回车

然后删掉?

热点排行