Remove the exists project from Android!

来源:互联网 发布:linux添加用户到次要组 编辑:程序博客网 时间:2024/06/06 10:50

You can use command to remove it.

It's easy for user who knows Linux command to remove the project.

 

c:/>adb shell rm /data/app/your.apk

 

According to the above command, we can use linux command to do more actions.

Such as list contents, make dir, and so on.

 

c:/>adb shell mkdir /data/app/test

 

c:/>adb shell ls /data/app

 

c:/>adb shell rm -r /data/app/test

 

 

^_^, it's funny!

原创粉丝点击