SDK Directories
Xvisio SDK Documentation Home Page

Android SDK Directories


Xvisio Android SDK is provided in the form of a compressed package, there are two compressed packages, one is "xvsdk_3.2.x-xxxxxxxx_android_apk.zip" which is used when non-root permission, and the other is "xvsdk_3.2.x-xxxxxxxx_android.zip" which has root permission When used, the directory structure is the same, see the following:

PATH DESCRIBE
<sdk_path>/Android/jni/ mk file, used as Makefile for NDK compilation
<sdk_path>/bin/arm64-v8a/ sdk arm 64-bit dynamic library and executable program used as demo and tool
<sdk_path>/bin/armeabi-v7a/ sdk arm 32-bit dynamic library and executable program used as demo and tool
<sdk_path>/bin/x86_64/ sdk x86 64-bit dynamic library and executable program used as demo and tool
<sdk_path>/doc/ api documentation
<sdk_path>/examples/ Sample Code Project
<sdk_path>/libs/arm64-v8a/ sdk arm 64-bit static library
<sdk_path>/libs/armeabi-v7a/ sdk arm 32-bit static library
<sdk_path>/libs/x86_64/ sdk x86 64-bit static library
<sdk_path>/libs/Gesture/arm64-v8a sdk Gesture arm 64-bit static library
<sdk_path>/libs/Gesture/armeabi-v7a sdk Gesture arm 32-bit static library
<sdk_path>/include General header file
<sdk_path>/include2 extension header files

SDK Directories
Xvisio SDK Documentation Home Page