adbجسر تصحيح أندرويد (adb) : أداة للإتصال مع نسخة محاكي أندرويد أو مع أجهزة أندرويد المتصلة. بعض الأوامر الفرعية مثل الأمر
shellلها توثيقات إستخدام خاصة بها. لمزيد من التفاصيل: https://developer.android.com/tools/adb.
adb start-server
adb kill-server
adb shell
adb install -r {{path/to/file}}.apk
adb pull {{path/to/device_file_or_directory}} {{path/to/local_destination_directory}}
adb push {{path/to/local_file_or_directory}} {{path/to/device_destination_directory}}
adb devices
adb -s {{device_id}} {{shell}}