adobecreativesdk

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

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"

How to import Adobe Creative SDK in Android Studio

自古美人都是妖i 提交于 2019-12-10 12:17:28
问题 I'm having trouble getting Android Studio to find Adobe Creative SDK in my app. When I try to build and run my app I get errors. Here is my code for build.gradle (Module: app): apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { applicationId "com.example.achins.myapplication" minSdkVersion 17 targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile(

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:

Adobe Creative SDK for Web saving edited image

强颜欢笑 提交于 2019-12-07 18:17:02
问题 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 advantage of the onSave() callback function is very vague. I had to go to the old site, Aviary, to find answers, but even there it's quite vague. First, I am pulling the images off the server using a MySql DB query (there's at least 2 images in the slider

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

Adobe Creative SDK for Web saving edited image

纵饮孤独 提交于 2019-12-06 03:49:54
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 advantage of the onSave() callback function is very vague. I had to go to the old site, Aviary, to find answers, but even there it's quite vague. First, I am pulling the images off the server using a MySql DB query (there's at least 2 images in the slider so I wanted this to be database-driven rather than static). The images are stored as files with

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

本小妞迷上赌 提交于 2019-12-01 08:22:11
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: <?xml version="1.0" encoding="utf-8"?> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme" > <activity android:name=".MainActivity" android:label="@string/app_name" android:theme="@style/AppTheme.NoActionBar" > <intent-filter> <action android:name="android.intent.action.MAIN" />

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

…衆ロ難τιáo~ 提交于 2019-12-01 07:24:39
问题 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: <?xml version="1.0" encoding="utf-8"?> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme" > <activity android:name=".MainActivity" android:label="@string/app_name" android