Application Deployment
135
10.Touch Continue to install the app or Cancel to stop the installation.
Figure 96 Accept Installation Screen
11.To confirm installation and accept what the application affects, touch Install otherwise touch Cancel.
12.Touch Open to open the application or Done to exit the installation process. The application appears in the
App list.
Installing Applications Using the Android Debug Bridge
Use ADB commands to install application onto the device.
CAUTION: When connecting the device to a host computer and mounting its microSD card, follow the host computer’s in-
structions for connecting and disconnecting USB devices, to avoid damaging or corrupting files.
Ensure that the ADB drivers are installed on the host computer. See ADB USB Setup.
1. Connect the device to a host computer using USB. See USB Communication.
2. Swipe down from the Status bar to open the Quick Access panel and then touch .
3. Touch System > Developer options.
4. Slide the switch to the ON position.
5. Touch USB Debugging. A check appears in the check box. The Allow USB debugging? dialog box
appears.
6. Touch OK.
7. On the host computer, open a command prompt window and use the adb command:
adb install <application>
where: <application> = the path and filename of the apk file.
8. Disconnect the device from the host computer. See USB Communication.