You can use the armeabi and armeabi-v7a architectures.
As shown above, set abiFilters
to armeabi
in build.gradle
in app
.
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.
Platform | ZIP File | GitHub | 64-bit Support | Size | Downsizing Installation Package |
---|---|---|---|---|---|
iOS | Download | GitHub | Yes | 4.08 MB (arm64) | Document |
Android | Download | GitHub | Yes | jar: 1.5 MB so (armeabi): 6.5 MB so (armv7): 6.1 MB so (arm64): 7.3 MB |
Document |
build.gradle
of app
to that of the AAR file in /libs
of your project. Then, clean your project and build it again.If you don’t have a license, please apply for one. The UGSV SDK comes in Lite edition and Basic edition.
In the UGSV SDK, playback is based on the UGSV player. You need to implement the progress bar by yourself.
Was this page helpful?