Skip to main content
Version: 20 Mar 2024

Android Debug Bridge

Android Debug Bridge (ADB) is a command-line tool that allows you to communicate with Android Open Source Project (AOSP) devices such as the Magic Leap 2. ADB can be used to send a variety of commands to your device, including installing and debugging applications on your device. It also provides access to a Unix shell that can be used to run device specific commands.

info

To learn more, see the adb section on Android's Developer guide.

info

ADB setprop or root commands only work on userdebug builds of the OS. If you have a user build, reach out to your Magic Leap contact for support.

Read the following pages for more information: