Android Studio Error when adding Adobe Creative SDK
问题 This is my build.gradle file. I have followed this tutorial. repositories { mavenCentral() jcenter() mavenLocal() maven { url "${project.rootDir}/mvn-repo/release" //ADD THE CORRECT LOCATION OF THE CREATIVESDK LIBRARY FILES } } android { compileSdkVersion 21 buildToolsVersion "21.1.2" packagingOptions { exclude 'META- INF/NOTICE.txt' exclude 'META-INF/LICENSE.txt' } defaultConfig { applicationId "com.example.test" minSdkVersion 11 targetSdkVersion 21 versionCode 1 versionName "1.0" }