aviary

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

末鹿安然 提交于 2019-12-12 07:22:46
问题 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 tutorial: https://creativesdk.adobe.com/docs/android/#/articles/gettingstarted/index.html. And this tutorial as well: https://creativesdk.adobe.com/docs/android/#/articles/imageediting/index.html There are no problems building when I simply use the basic

android app exit when select image

[亡魂溺海] 提交于 2019-12-11 11:48:32
问题 I am blocked my app exit without any notification when I select images but when I select forum photo or gallery did not crashed. I use creativesdk for photo edited. screnshoot package com.lamba.selfie; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.provider.MediaStore; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.widget.ImageView; import com.aviary

Limit Aviary features [closed]

拥有回忆 提交于 2019-12-11 02:35:02
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . May I know 'Is it possible to limit Aviary photo editing features'. For instance, I wanna use only adding text feature. Probably, stupid question. But I cannot find anywhere about that information. 回答1: With the Aviary SDK for Android, you can limit the tools that are available when you start the intent to open

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

耗尽温柔 提交于 2019-12-10 18:45:02
问题 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: android/support/multidex/MultiDex$V14.class This is my apps gradle file.Here creative sdk for image editing option is integrated and multidex option is enabled. apply plugin: 'com.android.application' android { compileSdkVersion 22 buildToolsVersion "22.0.1"

Error:Error retrieving parent for item: No resource found that matches the given name '@style/Theme.Base.AppCompat.Dialog.FixedSize'

耗尽温柔 提交于 2019-12-10 10:32:21
问题 I Have integrated Aviary SDK in my Project. I am using Android Studio. I have also integrated the Appcompact V7 still i am getting the following error: Error:Error retrieving parent for item: No resource found that matches the given name '@style/Theme.Base.AppCompat.Dialog.FixedSize'. Please Help me guys with your valuable inputs. 回答1: I was having the same problem when I started adding Aviary into the project I´m working on. Finally I´ve managed to solve it by changing the style adding an

Ionic segment only change after clicking on content input

安稳与你 提交于 2019-12-08 16:23:21
问题 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 the second page, when I click on the segment, it does not switch. It will only switch if I click on the input inside the page. I tried doing it without the CSDK and it runs without any problem. My Code: loadCamera(sourceType){ const options:

Error:Error retrieving parent for item: No resource found that matches the given name '@style/Theme.Base.AppCompat.Dialog.FixedSize'

青春壹個敷衍的年華 提交于 2019-12-06 12:01:20
I Have integrated Aviary SDK in my Project. I am using Android Studio. I have also integrated the Appcompact V7 still i am getting the following error: Error:Error retrieving parent for item: No resource found that matches the given name '@style/Theme.Base.AppCompat.Dialog.FixedSize'. Please Help me guys with your valuable inputs. I was having the same problem when I started adding Aviary into the project I´m working on. Finally I´ve managed to solve it by changing the style adding an extra line due to I didn´t wanted to change any line code from Aviary: <style name="Theme.Base.AppCompat

Can not find .so file on 64 bit android device

陌路散爱 提交于 2019-12-06 05:48:23
问题 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: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.myapp/base.apk"],nativeLibraryDirectories=[/data/app/com.myapp/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libaviary_moalite.so" gredle.build part dependencies { ... compile 'com

Error in generating Archives

杀马特。学长 韩版系。学妹 提交于 2019-12-04 17:12:09
I m using Xcode 4.2 and i have add AviarySDK 2.4.4 in my project. Application runs fine in Simulator 5.0 and 4.3. I also test it on device having ios 4.1. So i want to generate .ipa file for my client. But by some reason it can not generate Archives. It gives following error "/usr/bin/strip -S /Applications/Projects/AppName/AppName/AviarySDK/Resources/AviarySDKResources.bundle/AviarySDKResources -o /Users/User/Library/Developer/Xcode/DerivedData/WDYWT-avjpbcnwjylobvgevipvsqttnopd/ArchiveIntermediates/WDYWT/InstallationBuildProductsLocation/Applications/WDYWT.app/AviarySDKResources.bundle

integrating parse framework with existing iOS app including Aviary SDK

雨燕双飞 提交于 2019-12-03 15:26:28
问题 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 multitude of errors. Undefined symbols for architecture armv7: "_ACAccountTypeIdentifierTwitter", referenced from: -[PF_Twitter getLocalTwitterAccountAsync] in Parse(PF_Twitter.o) "_OBJC_CLASS_$_SLRequest", referenced from: objc-class-ref in Parse(PF