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

Passing ImageView from one activity to another activity

I have been trying to create an android app with the integration of Adobe creative SDJ but I have encountered some problems. I have created an Activity where one launches camera or gallery to select an image for editing it. The camera launches and…
0
votes
1 answer

java.util.zip.ZipException: duplicate entry: com/localytics/android/BuildConfig.class

I'm having this error when integrating Adobe Creative SDK. The problem seems to come from Localytics library inside the Creative SDK. Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. …
petrabios
  • 21
  • 5
0
votes
1 answer

AdobeAssetFile: can't tracking upload progress

I'm trying to upload image to Adobe Creative Cloud using method create:folder:dataPath:contentType:progressBlock:successBlock:cancellationBlock:errorBlock of AdobeAssetFile. File upload succesfully, but I can't track upload progress with…
MintSet
  • 365
  • 3
  • 9
0
votes
1 answer

Creative SDK Image component - Image Editor UI

I completed all step of Creative SDK Image component .But,how can i convert this block into Swift language.. id render = [photoEditor enqueueHighResolutionRenderWithImage:highResImage completion:^(UIImage *result,…
Mahipalsinh
  • 123
  • 7
0
votes
2 answers

Creative SDK Image component - IOS

How can I integrate Creative SDK Image component in swift? I followed all step given by "Using the Image Editing Component - Adobe". And I also import "" in "Bridging-Header.h" , But when I import…
Mahipalsinh
  • 123
  • 7
0
votes
1 answer

Upload Adobe Creative Edited Image to my Server Instead of their Creative Cloud

I want to upload an image that has been edited in the Adobe Creative SDK Image Editor to my own server. The Image Editor returns me a temporary URL for the edited image. How do I upload that edited image to my server?
0
votes
1 answer

How to get events like Undo, Redo and Apply from Aviary SDK in Android

I have implemented Aviary Photo Editor in my Android app. I need to get the Undo/Redo and Apply events from Aviary in my App. Please help me out. Suggestions really gonna appreciated. Thanks in Advance.
Shoeb Siddique
  • 2,805
  • 1
  • 22
  • 42
0
votes
1 answer

upload large image(>5mb) to adobe creative cloud, process and download to android app

I want to create an android app in which an image can be split into various no.of parts (according to users choice). The image can be browsed from the phone gallery and the splitted image can be saved in a chosen folder. if the image is of size…
0
votes
2 answers

Launch Avairy without a dialog (inside div)

I need to use Avairy (from Adobe Creative SDK, Web version) inside my own custom dialog. Is there any way to get Avairy's div instead of the dialog? I will place it inside my own dialog. The main problem is the method avairyEditor.launch() opens a…
Komi Dumity
  • 198
  • 1
  • 9
0
votes
1 answer

Linker error comes when implement Creative SDK for Image Effects in ios

I want to implement image effects in my project. So I am trying to implement CREATIVE SDK for this image effects. https://creativesdk.adobe.com/docs/ios/#/articles/imageeditor/index.html I have completed all steps which is mentioned in this above…
Meet Doshi
  • 4,241
  • 10
  • 40
  • 81
0
votes
1 answer

How to integrate CreativeSDKImage with an exisiting Parse Android Project?

The issue I have is that I have an existing project that depends on Parse. My question is how do I integrate Adobe CreativeSDKImage because it extends MultiDexApplication whereas Parse Application (Class) extends Application. Existing Project e.g…
0
votes
3 answers

How to import Adobe Creative SDK in Android Studio

I'm having trouble getting Android Studio to find Adobe Creative SDK in my app. When I try to build and run my app I get errors. Here is my code for build.gradle (Module: app): apply plugin: 'com.android.application' android { …
0
votes
1 answer

how can you pass a text value to adobe creative sdk image component?

I am building an Android app and am using the Adobe Creative SDK. I want to know if it is possible to pass a text value to the SDK's Image Editor UI component to be overlaid on the image.
dac101
  • 3
  • 3
0
votes
1 answer

Android studio "Failed to resolve: com.adobe.creativesdk"

I followed a tutorial online to implement adobe creative sdk and end up, when I sync my application I got these two errors Error:(65, 14) Failed to resolve: com.adobe.creativesdk.foundation:auth:0.3.94 Show in File
0
votes
1 answer

Error integrating Adobe Creative SDK in Android

I have found a peculiar issue and don't know how to get around it. I recently tried to integrate Adobe creative sdk in by current Android code. After its integration my application throws errors. especially methods not found and class not found…
Rajiv Singh
  • 233
  • 1
  • 2
  • 8
1 2 3
9
10