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.
Ans: ./adb uninstall com.example.hello
"com.example.hello" this is the package name of your application.
No comments:
Post a Comment