android-getting-started-samples icon indicating copy to clipboard operation
android-getting-started-samples copied to clipboard

Getting started guides and sample code for the Adobe Creative SDK for Android

Results 24 android-getting-started-samples issues
Sort by recently updated
recently updated
newest added

I am trying to crop image with a fixed width and height. Is there any option for that? I tried with this code, but I don't now what value implement...

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.adobe.imageeditorui/com.adobe.creativesdk.aviary.AdobeImageEditorActivity}: android.view.InflateException: Binary XML file line #15: Binary XML file line #15: You must supply a layout_width attribute. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2449) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2509) at android.app.ActivityThread.access$1000(ActivityThread.java:153) at...

I integrate the latest version of image edit of creative SDK. i have 25 errors when i build project. Can anyone helps me?

When using these two together: 'com.adobe.creativesdk:image:4.8.4' 'com.adobe.creativesdk.foundation:assetux:0.9.1251' the project won't build and will give the following error: java.lang.RuntimeException: Font asset not found fonts/AdobeClean-SemiLight.otf at android.graphics.Typeface.createFromAsset(Typeface.java:206) at com.adobe.creativesdk.foundation.internal.utils.AdobeCSDKTypeFace.getTypeface(AdobeCSDKTypeFace.java:43) at com.adobe.creativesdk.foundation.internal.utils.CreativeSDKTextView.setTypeface(CreativeSDKTextView.java:87) at...

forceCrop(AdobeImageIntent.ForceCrop) .. cannot resolve symbol..

Hi, After implemented photo editor tool I have one question how to remove **Creative Cloud Connected** icon from list of tools? Please help me with this concern. Thank you.

In testing I've had it working happily on Android 4.1. But when I deployed an alpha test to the app store it appears to have caused a java.lang.VerifyError and the...

I saw [post](https://blog.creativesdk.com/2017/02/announcing-creative-sdk-v0-9-1251-for-android/) and updated your libraries from ``` compile 'com.adobe.creativesdk.foundation:auth:0.9.1186' compile 'com.adobe.creativesdk:image:4.6.3' ``` to ``` compile 'com.adobe.creativesdk.foundation:auth:0.9.1251' compile 'com.adobe.creativesdk:image:4.8.4' ``` After that I try to execute the next code...

Could the authentication mechanism be changed so that the API is more like the iOS implementation? Making my MainApplication implement IAdobeAuthClientCredentials feels like a really weird way of doing it....