Open rayw-dronesense opened 2 months ago
Duplicate of #401
(which was closed by the reporter although the issue remains as it hasn't been fixed in the repo yet..)
You just need to add maven repositories which carry these outdated versions in the allprojects
section of SampleCode-V5/android-sdk-v5-as/build.gradle
:
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://repo.huaweicloud.com/repository/maven' }
as seen in https://github.com/dji-sdk/Mobile-SDK-Android-V5/issues/401#issuecomment-2302182402 and also posted on the support forum: https://sdk-forum.dji.net/hc/en-us/articles/37229365477657-During-the-compilation-of-the-MSDK-V5-example-where-it-stated-Could-not-find-com-mapbox-mapboxsdk-mapbox-android-accounts-0-7-0-How-should-address-this
Agent comment from yating.liao in Zendesk ticket #116559:
We have currently provided a temporary solution. You may refer to the article mentioned above.
°°°
Thank you so much for this!
Looks like some kind of transitive dependency issue is preventing the Sample App from building,