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
0
votes
1 answer

Adobe Creative SDK web displaying a small image after load

I'm integrating Adobe Creative SDK WEB to my angularjs website. I have followed the "Image Editor UI" guide from official Adobe website And also a this example using angularjs: https://…
Ricardo Chen He
  • 326
  • 4
  • 12
0
votes
1 answer

NoClassDefFoundError while clicking 'Effect' on AdobeCreativeSDK

I am using creativeSDK and while clicking on the effect button it shows this type of error E/AndroidRuntime: FATAL EXCEPTION: main Process: com.applone.test, PID: 21392 java.lang.NoClassDefFoundError: Failed resolution…
jigar savaliya
  • 474
  • 1
  • 8
  • 21
0
votes
1 answer

Play Billing Library and Adobe Creative SDK : IInAppBillingService$Stub$Proxy.class duplicated entry Exception

Adobe Creative SDK include a IInAppBillingService. Google released the Play Billing Library com.android.billingclient:billing and it include a IInAppBillingService also. https://developer.android.com/google/play/billing/billing_library.html When you…
Paul
  • 171
  • 1
  • 5
0
votes
1 answer

Adobe Creative SDK blank page

I am trying out Adobe Creative SDK, specifically the image editor, but can't seem to get it to work. I have set up a clientId (API key) and added the code to a page as described in the getting started instructions, but all I see is a blank page and…
squeakie
  • 11
  • 5
0
votes
1 answer

Cretive SDK Image Editor UI not show custom, resizable text (WEB)

I made one email app where I want to use Adobe Creative SDK for editing images and adding text over image. All works almost great but when I click on "text" button and trying to add new layer (Add Text) I not see anything. All options is there, no…
Ivijan Stefan Stipić
  • 6,249
  • 6
  • 45
  • 78
0
votes
1 answer

Error in uploading file to Creative Cloud iOS

I am trying to upload document file on Creative Cloud in my iOS application. It was working fine but now I am getting following uploading error. error uploading Error Domain=AdobeAssetErrorDomain Code=2 "(null)"…
WasimSafdar
  • 1,044
  • 3
  • 16
  • 39
0
votes
2 answers

Failed to resolve: com.adobe.creativesdk.foundation:auth:0.9.1251

I'm having trouble Android Studio to find Adobe Creative SDK. I have downloaded sample from github. I have set my Key class as per instruction. My gradle file of application. apply plugin: 'com.android.application' apply plugin:…
0
votes
1 answer

Not able to publish the app after integrating the adobe creative sdk

Ok, I implemented the adobe creative sdk to customise the image in my app but I am actually not able to publish the app to the app store. Let me tell you that I am getting these errors only when bitcode is enabled but when I tried to upload the…
Sumeet Purohit
  • 657
  • 1
  • 7
  • 16
0
votes
1 answer

Is an app with integration of Aviary free SDK allowed for playstore publishing?

i am adding image editor based on Aviary SDK in my android application which is already on playstore. I have searched around be bit but couldn't find any authentic and clear statement about wether Adobe and Google allow the apps with free version of…
Adeel Ahmad
  • 990
  • 8
  • 22
0
votes
1 answer

Creative sdk: How to get Base64 image data after save

How I can get the base64 format while saving the image? onSave: function(imageID, newURL) { originalImage.src = newURL; featherEditor.close(); }
0
votes
1 answer

Creative SDK Image Editor UI in Android project

Hi I am trying to integrate Creative sdk into my android application and i have followed this click here My build.gradle(project) is buildscript { repositories { jcenter() } dependencies { classpath…
Anil
  • 1,605
  • 1
  • 14
  • 24
0
votes
1 answer

how to use adobe creative sdk in NDK based project

Hello everyone i need help in implementation for adobe creative sdk. Note : my project is NDK based project(only lame library is used). whenever im trying to sync Gradle then error comes. Error:No such property: manifestPlaceholders for class: …
vikas dube
  • 79
  • 9
0
votes
1 answer

How to use only tools of Adobe Creative SDK in IOS

I trying to create photo editing app. I searched on internet and i found Adobe Creative SDK is good for editing an image and I gone through there documentations found good.But here the thing is I want to use only there tools instead of redirecting…
Uttam
  • 236
  • 2
  • 15
0
votes
1 answer

Integrating Typekit in Image Editor

I have an Android application that starts Adobe Image Editor normally. Intent imageEditorIntent = new AdobeImageIntent.Builder(mContext) .setData(selectedImageUri) .withToolList(tools) …
Adrian J
  • 96
  • 8
0
votes
1 answer

Uncaught ReferenceError: AV_ga is not defined

I have been trying to implement the Adobe image editor UI in a rails project however I am running into a problem. I also get the same error when implementing Adobe's web-getting-started-samples project so I don't understand what is going…
Gregor
  • 65
  • 1
  • 7