IoTGateway/BSP/Android/Gettingstarted/ADB for install APK
From ESS-WIKI
The command which installation an application:
adb install [-lrtsdg] <file>
- push this package file to the device and install it
(-l: forward lock application)
(-r: replace existing application)
(-t: allow test packages)
(-s: install application on sdcard)
(-d: allow version code downgrade (debuggable packages only))
(-g: grant all runtime permissions)
To install an apk by using adb tool:
C:\>adb install APK_FILENAME.apk