Vantron
|
Embedded in your success, Embedded in your better life
World-leading provider of embedded/IoT products and solutions
IBOX3588 | User Manual
33
4.5.3
App installation
1.
Connect the Device and the host computer via the USB cable;
2.
Input “adb devices -l” in the command prompt to check if the Device is connected to
the host computer;
3.
When the device information is displayed under the command, the Device is an ADB
device and you can copy the serial number (squared as shown above) of the Device
for installation of an app;
4.
Input the following command line to install the app;
adb -s
<serial number>
install
<APP path>
5.
The installation will be executed after the command line is input and the result of
installation will be displayed below;
6.
The newly installed app will be displayed on the App drawer in the Alphabetic order.
In step 6 shown above, you can drag the .apk file from the local directory to the
command line to replace the
<App path>
you typed in manually.