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

Android SDK Version 25 - android.support v7:25 gives "No resource found that matches @color/hint_foreground_material_light" Adobe Creative SDK?

I get the following error while the gradle sync/build after switching the compileSdkVersion to 25 and using the latest android.support library versions. compile 'com.android.support:appcompat-v7:25.0.0' compile…
9
votes
3 answers

Ionic segment only change after clicking on content input

Im building photo editing app using ionicv2 and Adobe Creative SDK. I've succesfully implemented creative SDK. After CSDK succesfully returns the url of the edited file, I push a page containing segment along with the file URL. The problem is on…
Redzwan Latif
  • 886
  • 3
  • 14
  • 38
6
votes
2 answers

Can not find .so file on 64 bit android device

Using aviary android sdk using android studio and gradle build. App generated running fine on all devices having 32 bit architecture. Same app is giving following error in the 64 bit device [Eg. Sony C4] java.lang.UnsatisfiedLinkError:…
Umesh Aawte
  • 4,590
  • 7
  • 41
  • 51
4
votes
1 answer

How to resize the captured image in android

When I am working on my Photo Editor Android application, after capturing the image from the camera through the app, I am resizing the image and then saving the image in the Gallery/Photos folder in the phone Following is the HomeActivity…
4
votes
0 answers

Free Replacements for Aviary API / Creative Cloud SDK Image Editor?

Looks like Adobe is killing the Image Editor part of their CC SDK, aka the Aviary API. Does anyone know of a similar free image editor API with a nice and simple UI?
0pt1m1z3
  • 841
  • 3
  • 12
  • 23
4
votes
1 answer

not assignable to 'android.app.activity' extends application

I am implementing Adobe Creative SDK. I am getting the following error in in my my manifest file: 'com.example.nick.avierytest2.MainActivity is not assignable to android.app.activity' This is my XML file:
Nicholas Muir
  • 2,897
  • 8
  • 39
  • 89
4
votes
1 answer

how can i get api key for using Aviary SDK in my ios application

i so far downloaded AVIARY SDK from official url and also the sample demo but it displays alert Invalid api key and secret I also registering my demo IOS app in adobecCreativeSDK.Com and get client secret key as well as client id then add keys in…
Harshil Vyas
  • 103
  • 9
4
votes
1 answer

AdobeCreativeSDK : 'SDK Version Mismatch', reason: 'No CreativeSDKFoundation version found'

I've to Integrate AviarySDK which is known as AdobeCreativeSDK. I've added AdobeCreativeSDKFoundation and AdobeCreativeSDKImage and other frameworks related to it. Also add some linker flags. and refer Following links. I'm working with XCode…
ChintaN -Maddy- Ramani
  • 5,156
  • 1
  • 27
  • 48
3
votes
1 answer

IllegalStateException at bundle update

I have a curious anomaly that the Play Console pointed out. I see a high number of crashes after I started to roll out a new app version. In the new app version I removed the Adobe Creative SDK library. The app crashes – if I understand it correctly…
Terry
  • 14,529
  • 13
  • 63
  • 88
3
votes
1 answer

BitmapFactory.decodeFile() not working with AdobeImageIntent.EXTRA_OUTPUT_URI

I recently updated adobecreativesdk with the latest version to support Android Nougat. After i edit the image in the editor i try to get the edited bitmap using the following code in onActivityResult: mImageUri =…
nexus
  • 119
  • 13
3
votes
0 answers

SignatureDoesNotMatch in Adobe Creative Aviary only in MS Edge

Has anyone else had a problem with the Aviary image editor in Microsoft Edge? The editor works fine in Chrome in my JS web application, but in Edge it opens fine, but clicking save produces a 403:Forbidden error with the following content
darkbluesun
  • 817
  • 8
  • 15
3
votes
2 answers

Adobe Creative SDK - nineoldAndroidsLibrary Issue

I have integrated Adobe SDK in my app.OK previously the whole app with ImageUIEditor was working fine until i see this error now Failed to resolve: com.nineoldandroids:library+ And this error is making me sick.I have been messing up for the last…
Ajji
  • 3,068
  • 2
  • 30
  • 31
3
votes
1 answer

Adobe Creative SDK for Web saving edited image

I am implementing the Adobe Creative SDK product onto my site for administrative use; administrators are able to access specific images (used on the frontpage slider), edit, and save. The trouble is that Adobe's documentation on how to take…
3
votes
2 answers

How to integrate Adobe Creative SDK Feather Editor in Ionic/Cordova

I am creating a mobile hybrid app with the Ionic framework, and I'm trying to integrate the Feather Editor. My best scenario would be that a Cordova plugin was available, since the Adobe Creative Web SDK is not optimized for mobile, but the Android…
Juangui Jordán
  • 6,091
  • 2
  • 35
  • 31
3
votes
2 answers

Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex' in Android Studio

I am getting the following error when I run my application where creative sdk is integrated for photo editing option. Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex'. > java.util.zip.ZipException: duplicate entry:…
1
2 3
9 10