- For easy access to the adb binary, create a folder in your home directory bin and place a symbolic link to your original adb binary.
cd ~- mkdir bin
- cd bin
(if your original adb binary lives in /home/your_user_name/Software/android-sdk-linux_86)
- Re-login to your Ubuntu workstation and you are done.
Next time to quickly remove your app, open a terminal prompt (Ctrl+Alt+T) and type adb uninstall your.app.package.name.
No comments:
Post a Comment