Trying to make an Android Studio Application with Adobe Creative SDK Image Editing, cannot get libraries compiled in gradle

后端 未结 5 2061
梦谈多话
梦谈多话 2021-01-07 06:57

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

5条回答
  •  不知归路
    2021-01-07 07:27

    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'
    
    }
    

提交回复
热议问题