ADB (Android Debugging Bridge)


Installing and uninstalling apk
adb install <apk file>
adb uninstall <package name>

Example:
adb install /Users/Documents/Android/MyApk.apk
adb uninstall lt.rj.name

Comments

Popular posts from this blog

Xcode Server build number incrementation