Due to the inability to find com.mapbox.mapboxsdk:mapbox-android-accounts:0.7.0 in JCenter, the sample code for MSDK V5 encounters the error mentioned in the title during compilation.
As a temporary solution, developers can add the following mirror addresses in allprojects.
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://repo.huaweicloud.com/repository/maven'}
Comments
0 comments
Please sign in to leave a comment.