Questions tagged [adobecreativesdk]

The Adobe Creative SDK provides Creative Cloud and Creative Tool components for developers on iOS, Android, and Web.

The Adobe Creative SDK

Overview

The Adobe Creative SDK offers the following Creative Cloud and Creative Tool components:

Creative Cloud

  • Asset Browser UI
  • Send To Desktop API
  • Creative Cloud APIs for Files, Libraries, Lightroom photos and more

Creative Tools

  • Image Editor UI
  • Typekit UI
  • Color UI
  • Adobe Labs

Documentation

Documentation for the Creative SDK for iOS, Android, and Web can be found at creativesdk.adobe.com.

Platform-specific documentation:

Blog

See the Creative SDK blog for technical posts and examples of apps that integrate Creative SDK components.

GitHub

For sample app repos that you can fork, clone, and run, visit the Creative SDK GitHub account.

If you are just getting started with the Creative SDK, see the Getting Started repo for your platform:

Plugins

Plugins extend the availability of the Creative SDK to even more developers.

See the Plugins section of the Creative SDK GitHub page to learn more.

142 questions
1
vote
0 answers

Google Play services Version Issue with adobe creative sdk library android

I am using adobe creative sdk library in my photo editing application. When I add dependencies of this library in my application, it adds its necessary libraries in my project. It adds google play services base library version 9.4.0 which is not the…
Jaydip Kalkani
  • 2,493
  • 6
  • 24
  • 56
1
vote
0 answers

iOS - AdobeCreativeSDK Frameworks

Configuring Xcode For Using Static AdobeCreativeSDK Frameworks. OR Configuring Xcode For Using Dynamic AdobeCreativeSDK Frameworks dyld: Library not loaded: @rpath/AdobeCreativeSDKCore.framework/AdobeCreativeSDKCore Referenced from:…
kalpesh satasiya
  • 799
  • 8
  • 18
1
vote
0 answers

Is it possible to change brush size options in Aviary Image Editor (Web SDK)?

I'm implementing the Image Editor in a web project, and can't find in the documentation how to change the brush sizes available in the UI (for the Draw tool). For our application, even the smallest brush size from the default set is way too big for…
marcoscano
  • 11
  • 1
  • 2
1
vote
1 answer

Adobe Create SDK Image Editor crashes when loading supplies

I have Adobe Creative SDK Image Editor integrated into my App. Everything works fine, as far as editing is concerned, but when I try to load new supplies (Stickers, Effects, Frames, etc...) that are provided for free by Adobe, a SignUp/SignIn dialog…
Gary Kipnis
  • 722
  • 14
  • 33
1
vote
1 answer

Adobe Creative SDK (Android) - Duplicate entry: com/google/android/gms/iid/zzc.class

When I use Adobe Creative SDK, I'm facing the following error while building the APK. Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException:…
Raj Ankur
  • 114
  • 6
1
vote
0 answers

Use Adobe Creative SDk in Kendo UI Mobile Application

Is it possible to implement adobe creative inside Kendo UI mobile application? if possible please send tutorial link. my requirement is let the user modify the camera captured picture before they upload it on our application.
user3373819
  • 89
  • 2
  • 10
1
vote
0 answers

How can I add custom stickers to Adobe Creative SDK Image Editor

I've integrated Adobe Creative SDK into my App. The Image Editor has a default set of stickers on the Android platform. On the iOS, in addition to the default stickers, there is also a "supply" button which lets the user pick other sticker packs.…
Gary Kipnis
  • 722
  • 14
  • 33
1
vote
1 answer

How to not include a class file with API strings in git, but still get it on a build server?

I am currently working on my final project as a last year IT student, for which I am creating an Android application. Somewhere in my app I allow my users to edit a picture right after it was taken from inside my app. Since this is not a core…
1
vote
0 answers

Image Editor UI : multi-byte character can not be reflected with Text in Android 7

I can't use Japanese in one of Image Editor UI Tools "Text" on Android 7. In editor preview screen provided by Image Editor UI SDK, all Japanese character is reflected on the preview image correctly, but not reflected on saved image and only…
Ter
  • 11
  • 1
1
vote
1 answer

When integrating adobe creative SDK into a web app I get: {"error":"invalid_credentials"}

I have followed the Web: Getting Started Samples. When the function AdobeCreativeSDK.init is called it invoke https://adobeid-na1.services.adobe.com/ims/check/v4/token first with request method OPTIONS and then with request method POST, both…
Raanan Avidor
  • 3,533
  • 4
  • 25
  • 32
1
vote
0 answers

Implement AdobeCreativeSDK in an iOS project - can't validate archive

I need to implement Aviary photo editing in my iOS project. For that you need to add the AdobeCreativeSDKCore.framework and AdobeCreativeSDKImage.framework. I tried following their guide here and I also tried via cocoapods. Adding the frameworks…
Mr Stanev
  • 1,662
  • 1
  • 19
  • 26
1
vote
1 answer

Error when trying to implement CreativeSDK

I am trying to put dependencies in build.gradle as per the CreativeSDK guidelines. apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { applicationId "andMKD.IMGEDIT" …
AzAz
  • 43
  • 1
  • 3
1
vote
0 answers

org.json.JSONException: ApiKeyError

I have integrated adobe creative SDK with my application successfully. Its running successfully but it throwing this exception . W/System.err: org.json.JSONException: ApiKeyError W/System.err: at…
Amol Nage
  • 85
  • 10
1
vote
1 answer

java.lang.VerifyError: com/adobe/creativesdk/aviary/internal/account/BillingContentFactory

I am new to adobe creative SDK for android, I have integrated adobe creative SDK with my application successfully. Its running successfully on Android 5.0 and up. But when tried to run on 4.0, 4.1, 4.4, 4.4.2 and 4.4.4 it gives error like…
Amol Nage
  • 85
  • 10
1
vote
1 answer

can not find the declaration of element 'resources'

I trying to add Adobe Creative Sdk into Android app ,I follow this(https://creativesdk.adobe.com/docs/android/#/articles/gettingstarted/index.html) tutorial ,but when I synic the project following error show on logcat... C:\Users\Muzamil…
Muzmail Hussain
  • 95
  • 2
  • 10
1 2
3
9 10