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?

Follow

Comments

1 comment

  • Pavel Petrovic

    Adding these three lines still leads to

    e: C:\s\android\Mobile-SDK-Android-V5-5.10.0\SampleCode-V5\android-sdk-v5-sample\src\main\java\dji\sampleV5\aircraft\AircraftMSDKInfoFragment.kt: (24, 33): Unresolved reference: R

    //and yes, I have these lines in gradle.properties:

    android.defaults.buildfeatures.buildconfig=true
    android.nonTransitiveRClass=false
    android.nonFinalResIds=false

    Cloning the current version 5.12 directly from github worked fine all the way to building the sample project though, and it runs fine as well.

    0
    Comment actions Permalink

Please sign in to leave a comment.

close