Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adobe Creative SDK - nineoldAndroidsLibrary Issue

I have integrated Adobe SDK in my app.OK previously the whole app with ImageUIEditor was working fine until i see this error now

Failed to resolve: com.nineoldandroids:library+

And this error is making me sick.I have been messing up for the last 7 hours,but couldnt find any solution any where. This error belong to the

creative-sdk-repo

folder

like image 284
Ajji Avatar asked Jun 14 '26 02:06

Ajji


1 Answers

Here are a couple of things to try that have worked:

1. In build.gradle, allow mavenCentral().

2. In build.gradle, add the following code to your android block:

configurations.all {
    resolutionStrategy {
        force 'com.nineoldandroids:library:2.4.0'
    }
}

#1 should do the trick. Keep #2 as a last resort.

like image 127
Ash Ryan Arnwine Avatar answered Jun 16 '26 14:06

Ash Ryan Arnwine



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!