试图建立的Adobe创意SDK 4.0.0时:无法解析:com.adobe.creativesdk:图像 [英] Failed to resolve: com.adobe.creativesdk:image:4.0.0 when trying to set up Adobe creative SDK

查看:305
本文介绍了试图建立的Adobe创意SDK 4.0.0时:无法解析:com.adobe.creativesdk:图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,我觉得我已经用尽了所有的选项,试图得到这个工作,是推动我˚F*****疯了。

So I feel like I've exhausted all options to try and get this to work and is driving me f***** crazy.

我想实现的Adobe Creative SDK。我按照本教程很专心,但它仍然不是工作。

I'm trying to implement the adobe creative SDK. I have followed this tutorial very attentively but it's still not working.

点击所有同档次等同步时,我得到的是以下错误:

All I get when clicking sync with grade etc is the following error:

Error:(41, 13) Failed to resolve: com.adobe.creativesdk:image:4.0.0
<a href="openFile">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

下面是我的build.grade文件:

Here's my build.grade file:

    apply plugin: 'com.android.application'
apply plugin: 'maven'

repositories {
    mavenCentral()
    jcenter()

    maven {
        url "${project.rootDir}/creativesdk-repo"  //ADD THE CORRECT LOCATION OF THE CREATIVESDK LIBRARY FILES
    }
}

android {
    compileSdkVersion 22
    buildToolsVersion "22.0.1"

    defaultConfig {
        applicationId "editor.test"
        minSdkVersion 14
        targetSdkVersion 22
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }


    packagingOptions {
        exclude 'META-  INF/NOTICE.txt'
        exclude 'META-INF/LICENSE.txt'
    }
}



dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.adobe.creativesdk:image:4.0.0'

}

如果任何人能帮助,它会拯救我的理智。

If anyone can help, it will save my sanity.

另外,我看了看下面的问题,他们没有工作之一:

Also, I've looked at the following questions and they didn't work either:

<一个href=\"http://stackoverflow.com/questions/29532920/trying-to-make-an-android-studio-application-with-adobe-creative-sdk-image-editi\">Trying使用的Adobe Creative SDK图像编辑一个Android Studio应用程序,不能让图书馆的gradle中编译

<一个href=\"http://stackoverflow.com/questions/28261118/android-studio-error-when-adding-adobe-creative-sdk\">Android Studio错误添加的Adobe Creative SDK 时

推荐答案

我遇到了同样的问题。该文档是错误的。

I ran into the same problem. The documentation is wrong.

行应该是:

maven {
    url "${project.rootDir}/creativesdk-repo/release"
}

这篇关于试图建立的Adobe创意SDK 4.0.0时:无法解析:com.adobe.creativesdk:图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆