I\'ve been trying to properly import this library to begin writing an image editing component for my application. I currently have the downloaded \'creativesdk-repo\' folde
Please make sure under global project repo. If not gradle not able to find the path.
allprojects { repositories { compile 'com.adobe.creativesdk.foundation:auth:0.3.94' compile 'com.adobe.creativesdk:image:4.0.0' }