Conflict description
Some mPaaS components depend on libstlport_shared.so. A conflict occurs if another third-party SDK that you integrate also contains this file.
Solution
You can remove the built-in libstlport_shared.so file from mPaaS.
Procedure
AAR integration
configurations { all*.exclude group:'com.alipay.android.phone.wallet', module: 'basicstl-build' }Component-based integration (Portal & Bundle)
mpaascomponents { excludeDependencies = [ "com.alipay.android.phone.wallet:basicstl-build" ] }
该文章对您有帮助吗?