adobecreativesdk

Adding Custom Frames and Stickers to Creative SDK

左心房为你撑大大i 提交于 2020-01-06 15:46:11
问题 Trying to use the creative SDK as an Image editing library and finding it difficult to add more stickers and Frames. Trying using Imgly but had same issue too. What are my other possible options or how can I do this with any of the SDK's/ 回答1: The Creative SDK does not currently support adding your own custom content. This question is also answered here. 来源: https://stackoverflow.com/questions/38867230/adding-custom-frames-and-stickers-to-creative-sdk

Adobe creative SDK not working for Android Nougat

陌路散爱 提交于 2019-12-25 08:49:47
问题 I have been using the Adobe creative sdk image editor for Android in one of my applications. The library was working fine till Android Marshmallow. After I upgraded my device to Android Nougat I am unable to open the editor and my app keeps crashing. This is the message I get in my logcat java.lang.UnsatisfiedLinkError: dlopen failed: library "/system/lib/libcutils.so" needed or dlopened by "/system/lib/libnativeloader.so" is not accessible for the namespace "classloader-namespace" I am using

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

 ̄綄美尐妖づ 提交于 2019-12-25 06:58:44
问题 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. 回答1: It is not currently possible to pass a string to the Creative SDK's Image Editor UI component from another part of your app. The Image Editor does make it possible for your users to add text to their photo themselves using the Text tool: 来源: https://stackoverflow.com/questions/32405943/how-can-you-pass

Adobe Creative SDK (Android) - Duplicate entry: com/google/android/gms/iid/zzc.class

寵の児 提交于 2019-12-24 10:43:17
问题 When I use Adobe Creative SDK, I'm facing the following error while building the APK. Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/iid/zzc.class When I switch my minSdkVersion to 21, it creates the APK successfully. I need this app to run on atleast Version 19. My build.gradle file is: apply plugin: 'com.android.application' apply plugin:

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

为君一笑 提交于 2019-12-23 17:14:33
问题 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? 回答1: No. If you have an Aviary account already I'd suggest using it since Adobe Creative is bad, complicated and is bigger in size. 回答2: Image Editor and Auth The Creative SDK Image Editor component doesn’t require login today, and there are no plans to have the core image editing tools be

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

放肆的年华 提交于 2019-12-20 17:34:25
问题 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 'com.android.support:design:25.0.0' compile 'com.android.support:recyclerview-v7:25.0.0' Error: No resource found that matches the given name (at 'android:textColorHint' with value '@color/hint_foreground_material_light'). Any idea? EDIT: I think thats because of Adobe Creative SDK...

Adobe Creative SDK Android custom overlay images for Image Editor UI

此生再无相见时 提交于 2019-12-14 00:05:52
问题 I implemented the Image Editor UI in my app. There is a feature "Overlay" in it which lets the user to surround his image within a given overlay that is made by the SDK. I want to add my own custom overlays to it, and block other overlays if possible. I couldn't find any documentation about that. Is that possible? Thanks! 回答1: Custom content is not a feature offered by the Creative SDK Image Editor. All content, including Overlays, is limited to what you see in the Image Editor. 来源: https:/

How to remove Footer from Aviary Editor?

馋奶兔 提交于 2019-12-13 22:30:44
问题 I'm working on an simple image editor. Aviary's Signup for Aviary Image Editor SDK is disable and it is now coming with Adobe's Creative Sdk. No doubt they are providing so much features, But they are not useful for my simple image editor. I just want to use some image editing tools like crop and orientation. So I have written the below code in my MainActivity. String[] tools = new String[] { "CROP", "ORIENTATION" }; Intent newIntent = new AviaryIntent.Builder(this) .setData(imageUri) //

How to integrate CreativeSDKImage with an exisiting Parse Android Project?

蓝咒 提交于 2019-12-13 06:08:35
问题 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 (MyApp extends Application ) import android.app.Application; CreativeSDK based on ADOBE CREATIVE SDK IMAGE GUIDE e.g (CreativeSDKImageSampleApp extends) import android.support.multidex.MultiDexApplication; After hours of trying to figure out why my

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