bashen1 / react-native-mbaichuan

React Native alibaichuan
MIT License
15 stars 6 forks source link

Could not find com.taobao.androidxxxxxx #12

Closed xqsh closed 2 years ago

xqsh commented 4 years ago

Could not determine the dependencies of task ':react-native-mbaichuan:compileReleaseAidl'.

Could not resolve all task dependencies for configuration ':react-native-mbaichuan:releaseCompileClasspath'. Could not find com.taobao.android:securityguardaar3:5.4.171. Required by: project :react-native-mbaichuan Could not find com.taobao.android:securitybodyaar3:5.4.99. Required by: project :react-native-mbaichuan Could not find com.taobao.android:avmpaar3:5.4.36. Required by: project :react-native-mbaichuan Could not find com.taobao.android:sgmiddletieraar3:5.4.9. Required by: project :react-native-mbaichuan Could not find com.taobao.android:mtopsdk_allinone_open:3.1.2.5. Required by: project :react-native-mbaichuan Could not find com.alibaba.sdk.android:alibc_link_partner:4.1.15. Required by: project :react-native-mbaichuan

bashen1 commented 3 years ago

需要操作以下步骤 Android 打开android/bulid.gradle,添加以下仓库

allprojects {
    repositories {
        ·····
        maven {
            url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
        }
    }
}