CreativeSDK / android-getting-started-samples

Getting started guides and sample code for the Adobe Creative SDK for Android
63 stars 33 forks source link

Nothing is displayed in the frame bottom toolbar. #29

Open leesunghyun opened 7 years ago

leesunghyun commented 7 years ago

nothing is displayed in the frame bottom toolbar. seems to fail to load items. and crash app when click sticker bottom toolbar. i want to set applicationIdSuffix of buildTypes in gradle setting.

Crash log.

 java.lang.NullPointerException: Attempt to invoke interface method 'int android.database.Cursor.getCount()' on a null object reference
                                                                                   at com.adobe.creativesdk.aviary.panels.StickersPanelAbstract.onLoadComplete(StickersPanelAbstract.java:190)
                                                                                   at com.adobe.creativesdk.aviary.panels.StickersPanelAbstract.onLoadComplete(StickersPanelAbstract.java:102)
                                                                                   at android.support.v4.content.Loader.deliverResult(Loader.java:126)
                                                                                   at android.support.v4.content.CursorLoader.deliverResult(CursorLoader.java:105)
                                                                                   at android.support.v4.content.CursorLoader.deliverResult(CursorLoader.java:37)
                                                                                   at android.support.v4.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:249)
                                                                                   at android.support.v4.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:77)
                                                                                   at android.support.v4.content.ModernAsyncTask.finish(ModernAsyncTask.java:476)
                                                                                   at android.support.v4.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:493)
                                                                                   at android.os.Handler.dispatchMessage(Handler.java:102)
                                                                                   at android.os.Looper.loop(Looper.java:148)
                                                                                   at android.app.ActivityThread.main(ActivityThread.java:5417)
                                                                                   at java.lang.reflect.Method.invoke(Native Method)
                                                                                   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
                                                                                   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
11-10 10:58:32.302 880-2760/? W/ActivityManager:   Force finishing activity com.linecorp.linestickers.debug/com.adobe.creativesdk.aviary.AdobeImageEditorActivity
leesunghyun commented 7 years ago

sdk version

    compile 'com.adobe.creativesdk.foundation:auth:0.9.1186'
    compile 'com.adobe.creativesdk:image:4.6.3'
    compile 'com.localytics.android:library:3.8.0'
ashryanbeats commented 7 years ago

There was a compatibility issue with auth:0.9.1186 and image:4.6.3.

We just released a new version of the Image Editor: 4.8.3.

This repo has been updated to reflect that. Please try with the latest version of the repo and let us know if you continue to experience this issue.

leesunghyun commented 7 years ago

@ashryanbeats Thank you for the update. i checked this issue in 4.8.3. but this issue continues to occur. should not I set applicationIdSuffix to use adobe sdk?