mPaaS is built with the AMAP Map SDK. There would be a conflict with AMAP Map, if your app needs to be launched on Google Play Store, but it also integrates with an official AMAP SDK that can be approved by Google.
Solution
Remove the built-in AMAP Map SDK from mPaaS.
Procedure
Confirm the version of the AMAP Map SDK used by mPaaS so that you can select the same or a similarly reviewed and approved version.
'com.alipay.android.phone.mobilecommon:AMap-2DMap:5.2.1_20190114@jar'
Get the
group:artifact
information for the AMAP Map SDK used by mPaaS.'om.alipay.android.phone.thirdparty:amap3dmap-build'
Remove the AMAP Map SDK from mPaaS.
AAR method:
configurations { all*.exclude group:'com.alipay.android.phone.thirdparty', module: 'amap3dmap-build' }
mPaaS Inside and Portal & Bundle:
mpaascomponents { excludeDependencies = [ "com.alipay.android.phone.thirdparty:amap3dmap-build" ] }