Viewer Installation
Xvisio SDK Documentation Home Page

Android - Xvisio Viewer Download and Install Guide


Prerequisites

  1. Android target device with Android version >= 7.0 that supports OTG feature.
  2. When you use the ADB command line installation method, please ensure that the ADB debugging environment of the Android system you are using is normal and that the ADB debugging of the android device you are using is turned on.

Download

Install

  1. Use a USB cable to connect the Android device to the PC host (here takes the Windows PC host as an example).
  2. The Android device will pop up the USB debugging authorization dialog:
    image
    Please check "Always allow from this computer" and click "OK".
  3. Start the windows powershell tool and navigate to the downloaded installation package directory:
    adb devices
  4. Possibly "unauthorized":
    image
    Please execute:
    adb kill-server
    adb start-server
    adb devices
  5. The correct state of the ADB device is shown in the figure:
    image
  6. Install command:
    adb install xvsdk_x.x.x-xxxxxxxx_androidViewer.apk
  7. The installation is successful as shown in the figure:
    image
  8. After the Android device has successfully installed the apk, there will be an apk icon:
    image
  9. Click the apk icon :
    image
    Please click “ALLOW ONLY WHILE IN USE”
    Note: This step does not need to connect the Xvisio device.
  10. Close apk ;

Check the installation

  1. Connect the Xvisio device to the Android device using a USB cable.
  2. Click the app icon to open the apk.
  3. The first time you use it, an authorization dialog will pop up:
    image
    Please checked "Use by default for this USB device" and click "OK".
  4. Click "version" in the lower left corner.
    image
    Check the XVSDK version and Viewer version in the dialog.
    Please check whether the version output by the dialog is consistent with the version installed this time. The latest installed version can be obtained by checking Release note for the latest version.

Viewer Installation
Xvisio SDK Documentation Home Page