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

后端 未结 5 2064
梦谈多话
梦谈多话 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:40

    I think your error is here. Change:

    complie 'com.adobe.creativesdk.image:4.0.0'
    

    for this:

    compile 'com.adobe.creativesdk.image:4.0.0'
    

    It`s a simple sintax error.

    UPDATE 10/10/2016:

    Thanks to Ash Ryan:

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

提交回复
热议问题