react-native-image-tools icon indicating copy to clipboard operation
react-native-image-tools copied to clipboard

moving to com.android.tools.build:gradle:3.0.1 fails to compile

Open EyalSi opened this issue 7 years ago • 1 comments

EDIT: seems like the adobe repo was down for the whole weekend... the old version was using the cache so everything worked with that... anyways, problem solved. library is still working on Android 8 and the new gradle version (as long as you don't use saveTo:'file' on Android)

When moving to com.android.tools.build:gradle:3.0.1(build.gradle) (to support the new app icons in Android 8) and also updated: distributionUrl=https://services.gradle.org/distributions/gradle-4.1-all.zip (gradle-wrapper.properties)

I'm getting server Error 500 when trying to access the SDK: Could not HEAD 'https://repo.adobe.com/nexus/content/repositories/releases/com/adobe/creativesdk/image/4.8.4/image-4.8.4.pom'. Received status code 500 from server: Server Error

I was also trying to download the files to a local folder, but with no success. using flatDir instead of maven url:

    flatDir {
        dirs 'D:/Data/Projects/Anashim/resources_support/adobe/'
    } 

If someone was lucky here, I would appreciate the help.

10x, EyalS

EyalSi avatar Feb 12 '18 13:02 EyalSi

This project has been discontinued because Adobe are no longer supporting the image editor.

npomfret avatar Feb 13 '18 14:02 npomfret