android-getting-started-samples icon indicating copy to clipboard operation
android-getting-started-samples copied to clipboard

Error:(46, 20) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.2006-5

Open UmarWaqas opened this issue 7 years ago • 3 comments

Very very bad documentation, even your own code samples are not working, I have wasted my whole day

UmarWaqas avatar Feb 10 '18 15:02 UmarWaqas

I'm sorry to hear that, @UmarWaqas.

If you have time, could you provide some more details so that we can improve the documentation? What build environment were you using? How did the code samples fail, exactly?

ErinFinnegan avatar Feb 12 '18 16:02 ErinFinnegan

I am having this same issue, Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.2006-5

My IDE Environment Android Studio: 3.1.2 Kotlin: 1.2.41 gradle: 3.1.2

repositories { google() jcenter() mavenCentral() repositories { maven { url 'https://jitpack.io' } //For dependencies from Git hub } }

chooven avatar May 11 '18 18:05 chooven

@chooven You can add this to the project level build.gradle

maven {
            url 'https://repo.adobe.com/nexus/content/repositories/releases/'
        }

KryptKode avatar Jun 12 '19 20:06 KryptKode