What should I do if the following error occurs when I integrate the SDK?
You can use the armeabi and armeabi-v7a architectures.
As shown above, set abiFilters
to armeabi
in build.gradle
in app
.
What should I do if a conflict occurs when I try to integrate two or more LiteAV SDKs?
Because all LiteAV SDKs use the same underlying modules, the duplicate symbol error occurs if you integrate two or more LiteAV SDKs into your project.
To avoid the problem, instead of integrating two SDKs, we recommend you use the full-featured SDK.
|
iOS | | | Yes | 4.08 MB (arm64) | |
Android | | | Yes | jar: 1.5 MB so (armeabi): 6.5 MB so (armv7): 6.1 MBso (arm64): 7.3 MB | |
Why can I no longer use UGSV features after updating the SDK?
1. If you use Android Studio, after replacing the AAR file, change the filename in the AAR reference in build.gradle
of app
to that of the AAR file in /libs
of your project. Then, clean your project and build it again.
2. Check the SDK version. You need a license to use v4.5 and later versions of the SDK.
If you don’t have a license, please apply for one. The UGSV SDK comes in Lite edition and Basic edition.
How do I implement playback pause and progress bar in my Android project?
In the UGSV SDK, playback is based on the UGSV player. You need to implement the progress bar by yourself.
Was this page helpful?