DJI-Mobile-SDK-Tutorials / Android-MediaManagerDemo

This demo is designed for you to learn how to use the MediaManager to interact with the file system on the SD card of the aircraft's camera. You can use it to preview photos, play videos, download or delete files and so on.
MIT License
25 stars 19 forks source link

Could not GET 'https://mapbox.bintray.com/mapbox/com/mapbox/mapboxsdk/mapbox-android-accounts/0.7.0/mapbox-android-accounts-0.7.0.pom'. #16

Closed ka233-stack closed 3 years ago

ka233-stack commented 3 years ago

报错信息:

Could not GET 'https://mapbox.bintray.com/mapbox/com/mapbox/mapboxsdk/mapbox-android-accounts/0.7.0/mapbox-android-accounts-0.7.0.pom'. Received status code 403 from server: Forbidden
Disable Gradle 'offline mode' and sync project

没有改过gradle文件

apply plugin: 'com.android.application'

repositories {
    mavenLocal()
    maven { url 'https://mapbox.bintray.com/mapbox' }
}

android {
    compileSdkVersion 30
    buildToolsVersion '30.0.2'

    defaultConfig {
        minSdkVersion 19
        targetSdkVersion 30

    ...
pelligit commented 3 years ago

你好,请问这个问题您是怎么解决的? 我现在也遇到了这个情况,不知怎么处理。多谢

ka233-stack commented 3 years ago

用 jcenter

equalcome commented 3 years ago

用 jcenter

您好,請問要改成 jcenter要如何修改啊, 可以請您示範一次嗎,非常感謝您,我也剛好碰到這個問題,非常感激您的幫助><