All Products
Search
Document Center

Mobile Platform as a Service:Resolve libstlport_shared.so dependency conflict

Last Updated:Dec 02, 2025

Conflict statement

Some components of mPaaS depend on libstlport_shared.so. If other third-party SDKs you integrate also include this so, conflicts will occur.

Solutions

Removes the built-in libstlport_shared.so of mPaaS.

Procedure

  • AAR integration mode

    configurations {
      all*.exclude group:'com.alipay.android.phone.wallet', module: 'basicstl-build'
    }
  • mPaaS component-based (Portal & Bundle) integration mode

    mpaascomponents {
      excludeDependencies = [
          "com.alipay.android.phone.wallet:basicstl-build"
      ]
    }