Search code examples
androidshelladb

All adb commands


How can I see the list of all commands that ever existed in ADB For example a backup command is not listed on this page but I use https://web.archive.org/ I can see that once the command was written on the page but today it no longer exists

Is there a place where you can see all the commands? Even those which have been removed from the page?


Solution

  • What you are looking for is adb man page. You can find that here or by also typing in terminal:

    adb --help