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

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

    Use this:

    //noinspection SpellCheckingInspection
    repositories {
        // ...
        // For Adobe Creative SDK
        maven { url 'https://repo.adobe.com/nexus/content/repositories/releases/' }
    }
    

    Source: https://creativesdk.adobe.com/docs/android/#/articles/gettingstarted/index.html

提交回复
热议问题