Tuesday, 22 July 2014

Solved: Android uninstall APK file from command line

Que: How to uninstall APK file from command line?

Ans: ./adb uninstall com.example.hello

"com.example.hello" this is the package name of your application.

No comments:

Post a Comment