aviary

Android Studio Error when adding Adobe Creative SDK

こ雲淡風輕ζ 提交于 2019-12-02 20:04:32
问题 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" }

Android Studio Error when adding Adobe Creative SDK

爷,独闯天下 提交于 2019-12-02 09:50:52
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" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'),