android-getting-started-samples
android-getting-started-samples copied to clipboard
Getting started guides and sample code for the Adobe Creative SDK for Android
Very very bad documentation, even your own code samples are not working, I have wasted my whole day
Hello, We have implemented CreativeSDK Version: creativesdk:image:4.8.4 in our android application, its working fine but we got security alert from the play console for Fixing a Zip Path Traversal Vulnerability....
``` apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.2" defaultConfig { applicationId "com.abc.appid" minSdkVersion 21 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" manifestPlaceholders = [appPackageName: "${applicationId}"] multiDexEnabled true...
Hello! In the latest version of Android OS, The App is not allowed to perform usual background work we used to do before. So, in the result, when you start...
Hi Team We are using in-app purchase and creative sdk both in my application. I am getting error during signed build. Error Message : Duplicate entry I have also tried...
Hello everybody! I have integrated `stickerfactory` module in my Android app. Now, I want to integrate `Adobe Creative SDK` to have image process feature (filters, etc.). In app `build.gradle` in...
Error:(49, 13) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.1251 Show in FileShow in Project Structure dialog
compile 'com.adobe.creativesdk:image:4.8.4' compile 'com.android.support:appcompat-v7:25.3.1' above lib not sync to project .
I'm using com.adobe.creativesdk:image:4.8.4 lib and getting following errorswhile generating signed APK . ``` Error:Uncaught translation error: com.android.dx.cf.code.SimException: com.android.dx.rop.cst.CstInterfaceMethodRef cannot be cast to com.android.dx.rop.cst.CstMethodRef Possible causes for this unexpected error include:Gradle's...
I am getting error while using support library version **26.0.0** AsyncTaskCompat class is deprecated in API level 26.0.0 Please refer [this](https://developer.android.com/reference/android/support/v4/os/AsyncTaskCompat.html) link for more information ` java.lang.NoClassDefFoundError: Failed resolution of:...