npomfret / react-native-image-tools

Image editing software powered by Abode Creative SDK for iOS and Android.
171 stars 41 forks source link

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

Open EyalSi opened 6 years ago

EyalSi commented 6 years ago

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

npomfret commented 6 years ago

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