本文介紹了如何將社交分享組件從 10.1.60 以前的基準遷移到 10.1.60 基準。
操作步驟
卸載分享組件。如果您之前已經根據 安裝指引 安裝了老版本的 mPaaS 分享組件,那麼您需要在
build.gradle
中刪除以下內容進行卸載。provided "com.alipay.android.phone.mobilecommon:share-build:1.3.0.xxxx:api@jar" bundle "com.alipay.android.phone.mobilecommon:share-build:1.3.0.xxxx@jar" manifest "com.alipay.android.phone.mobilecommon:share-build:1.3.0.xxxx:AndroidManifest@xml"
升級基準到 10.1.60。如果您已經升級了基準,請跳過此步驟。在 Android Studio 的菜單中,單擊 mPaaS > 基準升級。選擇 10.1.60 基準後,單擊 OK。
安裝 10.1.60 基準下的分享組件。在 Android Studio 的菜單中,單擊 mPaaS > 組件管理,添加 mPaaS 分享組件。