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
3
votes
2 answers

Is there a way to use Adobe Creative SDK without logging the user in?

Aviary didn't need any login from the users, I want to use it but Creative SDK ask the users to login to an Adobe Account. I just want to be able to do simple editing stuff on device. Is this possible?
Esqarrouth
  • 38,543
  • 21
  • 161
  • 168
2
votes
1 answer

Adobe Creative SDK Image Editor cancelled next month

According to here: Developer support for the Image Editor UI, Color UI, Market Browser, and Labs components will be discontinued after the November 2017 release and the Creative SDK team will no longer be able to answer any integration-related…
Trialsman
  • 329
  • 3
  • 14
2
votes
1 answer

IOS, AdobeCreativeSDK C to Swift

I am relatively new to IOS App development and started learning it in Swift. Now I want to use the Adobe Creative SDK. Unfortunately all the sample codes are in C. So I would like to ask if somebody could shortly translate me the following basic…
DrDirk
  • 1,937
  • 3
  • 25
  • 36
2
votes
1 answer

How to keep only required options in adobe creative sdk

I am using adobe creative sdk in my application. But my app needs only draw and text option. So is there way to remove other image editing options from the bottom bar.? If my question is too broad please let me know I'll update the question. Regards
ImGenie
  • 323
  • 1
  • 15
2
votes
1 answer

Creative SDK Image Editor (Web) loads image, waits, then image disappears (no live preview)

late night here and at the end of my tether: Incorporating Creative SDK to edit photos that were uploaded to the server via the previous page in the workflow - I have tried every one of the parameters on the SDK documentation to find where is the…
big_lion
  • 23
  • 5
2
votes
1 answer

Prevent Adobe CreativeSDK plugin from saving the edited file automatically

How to Prevent Adobe Creative SDK plugin from saving the edited file automatically in android? When i try to edit the image, the file is automatically saved to device.
Narik
  • 166
  • 1
  • 7
2
votes
3 answers

java.lang.NoClassDefFoundError: rx.subjects.PublishSubject

I've added Adobe creative SDK into my project and now im getting an error when im trying to move to Edit image function. FATAL EXCEPTION: main java.lang.NoClassDefFoundError: rx.subjects.PublishSubject at…
TRomesh
  • 4,323
  • 8
  • 44
  • 74
2
votes
4 answers

android:button on RadioButton not work

I need custom RadioButton and in my XML:
user6130446
2
votes
2 answers

Aviary-SDK error during gradle build (Android)

I have copied every single step of Aviary setup guide. During Gradle build, it gives me this: Error:Configuration with name 'default' not found. Installation Guide: Adobe Creative SDK Documentation Aviary SDK | Android Documentation Files :…
Aamir Ali
  • 203
  • 1
  • 8
2
votes
1 answer

How to customize the crop options available in the Creative SDK Image Editor

I am developing an Android app in which I want the user to crop the image in a square shape after selection image from the gallery. I want to know how to launch the Creative SDK Image Editor (formerly the Aviary Image Editor) after image selection,…
Renish Aghera
  • 705
  • 5
  • 8
2
votes
2 answers

Use CreativeSDK below API level 14?

For some reason the original Aviary framework has stopped working and this has forced me to migrate our code to use the new CreativeSDK instead. Unfortunately this new SDK has a minSdkVersion of 14 = Android 4.0, but a lot of our customers still…
2
votes
2 answers

Adobe Creative SDK Android - The size of preview image is too small on HTC device

I'm using Creative SDK as photo editor of my selfie app. According to SDK Document, I wrote following code to send an photo to Editor activity. Uri uri = Uri.fromFile(fileImg); //set preview size DisplayMetrics dm =…
2
votes
1 answer

Error: Adobe creative SDK android

I'm facing problems with some lines on the manifest while trying to work with creative SDK and because am getting error from the stack that most of my post is code and that's not allowed I am typing this meaningless line :D :D "<3 luv u stack" we…
aya salama
  • 903
  • 1
  • 10
  • 29
2
votes
5 answers

Trying to make an Android Studio Application with Adobe Creative SDK Image Editing, cannot get libraries compiled in gradle

I've been trying to properly import this library to begin writing an image editing component for my application. I currently have the downloaded 'creativesdk-repo' folder in the root directory, and have followed instructions according to this…
HLewis
  • 21
  • 1
  • 5
2
votes
2 answers

What's the difference between the Creative SDK and the Aviary SDK?

I'm confused as to the difference between the Adobe Creative SDK and the Aviary SDK? Which one is better? The Aviary signup is closed, so I can't download the Aviary SDK.
rowss
  • 115
  • 8
1
2
3
9 10