Questions tagged [aviary]

Aviary was a proprietary multi-media application suite that was purchased by Adobe in 2014. The Aviary Image Editor is now available as the Image Editor UI component of the Adobe Creative SDK for iOS, Android, and web. For new questions regarding the Creative SDK's Image Editor UI component, use the tag "adobecreativesdk".

The developer portal for the Adobe Creative SDK is at creativesdk.adobe.com.

160 questions
18
votes
2 answers

integrating parse framework with existing iOS app including Aviary SDK

I'm developing a photography app which uses the Aviary SDK and everything is working perfectly but we decided that push notifications needs to be included in the project. Basically if I include the parse framework, then try to build, I get a…
KDH
  • 183
  • 1
  • 4
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
9
votes
4 answers

Aviary SDK update in Android

So we've been using Aviary SDK in our project for a long time, and no problems occured. But when we updated the Aviary version to latest, some strange behavior was revealed - when u first install application with new version of Aviary bundled on a…
VanKhulup
  • 146
  • 7
7
votes
4 answers

Aviary crashes on Android L (5.0)

Was just testing my app and found out that after I upgraded my Nexus 5 to Lollipop/5.0, the Aviary SDK I use in it crashes big time. In a google search I found an SO question asked yesterday with the exact same problem, but that question has been…
David K
  • 3,153
  • 5
  • 18
  • 27
7
votes
1 answer

The size of image returned by Aviary is smaller than original

I'm using Aviary to edit image in my android application, but I found the returning image is smaller than original. For example, I past an big image 2560x1920 to aviary, but the returning image is 480x640. This is my code: private void…
Freewind
  • 193,756
  • 157
  • 432
  • 708
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
6
votes
2 answers

android studio 1.0 Library projects cannot set applicationId. applicationId is set to '' in default config

I set the "applicationId aviarySdkPackageName" in Aviary's build.gradle. I updated the android studio and it shows error: Library projects cannot set applicationId. applicationId is set to '' in default config. But after I removed this line, there…
Thinsky
  • 4,226
  • 3
  • 13
  • 22
6
votes
1 answer

Android - Verification failed on class ART / Dalvik

I'm getting a weird error using the Aviary SDK for some users who are using ART. I'm confused on why this happening (only on 4.4.x obviously) as the app works perfectly when calling this SDK on Dalvik. Any one have any have any ideas to solve this?…
gregavola
  • 2,519
  • 5
  • 30
  • 47
6
votes
1 answer

Why two different app using aviary sdk not installed in same device?

I have developed two apps using Aviary SDK, Both have different keys. The app links are : Photo Sketcher Photo Editor I am facing an strange issue while installing both apps from play store. If one installed already in a device then while installing…
TheLittleNaruto
  • 8,325
  • 4
  • 54
  • 73
5
votes
1 answer

Aviary integration with Android Studio: Could not find com.aviary.android.feather.sdk:aviary-sdk:3.4.3.350

I'm trying to add aviary via maven through Android Studio but I keep getting this error: Error:A problem occurred configuring project ':myproj'. Could not resolve all dependencies for configuration ':myproj:_devDebugCompile'. Could not find…
Chris Arriola
  • 1,636
  • 3
  • 17
  • 23
5
votes
0 answers

How can i introduce my own stickers in my own app developmented with aviary SDK?

I see in Aviary documentation that existe "Custom Content" (https://developers.aviary.com/content) but don't said how i have to do for introduce it in the android app that i'm developing. Where can i found documentation about this? Thanks
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

How can I customize Adobe Creative SDK Image for Android?

The Adobe Creative SDK Image Editing says that developers can customize the UI by editing xml files, but I don't see any xml files in the sdk directory. I asked for more documentation to Adobe, but haven't got any feedback. Please…
Starrover
  • 289
  • 1
  • 5
  • 12
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
4
votes
0 answers

Aviary for Android - How to force crop image using editor.launch

How can I force crop image using Aviary for Android. ? When I take a picture, the aviary editor will be called, then I need to force crop the image as Square. here is a sample for the web. I need to find out how to do it for Android…
Thiago
  • 12,778
  • 14
  • 93
  • 110
1
2 3
10 11