Installing Applications Using the Android Debug Bridge
Installing Applications Using the Android Debug Bridge

Installing Applications Using the Android Debug Bridge

Use ADB commands to install applications onto the device.
When connecting the device to a host computer and mounting the microSD card, follow the host computer’s instructions for connecting and disconnecting USB devices to avoid damaging or corrupting files.
  1. Ensure that the ADB drivers are installed on the host computer.
  2. Connect the device to a host computer using a USB-C cable or by inserting the device into the 1-Slot USB/Ethernet Cradle.
  3. Go to
    Settings
    .
  4. Touch
    System
    Advanced
    Developer options
    .
  5. Slide the
    USB debugging
    switch to the
    ON
    position.
  6. Touch
    OK
    .
  7. If the device and host computer are connected for the first time, the
    Allow USB debugging?
    dialog box with the
    Always allow from this computer
    check box displays. Select the check box, if required.
  8. Touch
    OK
    or
    Allow
    .
  9. On the host computer, navigate to the
    platform-tools
    folder and open a command prompt window.
  10. Type
    adb install <application>
    .
    where: <application> = the path and filename of the apk file. 
  11. Disconnect the device from the host computer.