说到Android安装,当然也别忘了哪些迷茫在Android的兄弟们,下面就讲解一下怎么卸载Android。
对了,那个删除软件的命令是:进入windows命令行模式,到android sdk的tools目录下,键入以下命令 adb shell rm data/app/{myFile.apk} 其中myFile.apk就是你想删除的apk的名字,举个例子,如果你想删HelloAndroid.apk,那么就键入 adb shell rm data/app/HelloAndroid.apk
c:\Documents and Settings\Administrator\Local Settings\Application Data\Android\
进这个目录全部删掉也可以。。。
c:\Documents and Settings\Administrator\Local Settings\Application Data\Android\
进这个目录全部删掉也可以。。。

