Skip to content

Instantly share code, notes, and snippets.

View Fahime-zv's full-sized avatar
😀
Focusing

Fahime Zivdar Fahime-zv

😀
Focusing
View GitHub Profile
==> Install app
adb install Myapp.apk
adb -d install Myapp.apk // -d : directs command to the connected USB device
adb -e install Myapp.apk // -e : directs command to the running emulator
adb -s install Myapp.apk // -s : serial number
adb -p install Myapp.apk // -p : product name or path
----------------------------------------------------------------------------------------------------------
==> Uninstall app