Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Error while using support library version 26.0.0 or up #57

Open
bharti-esense-4 opened this issue Jan 2, 2018 · 4 comments
Open

Error while using support library version 26.0.0 or up #57

bharti-esense-4 opened this issue Jan 2, 2018 · 4 comments

Comments

@bharti-esense-4
Copy link

I am getting error while using support library version 26.0.0

AsyncTaskCompat class is deprecated in API level 26.0.0 Please refer this link for more information

java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/os/AsyncTaskCompat; at com.adobe.creativesdk.aviary.AdobeImageEditorActivityAbstract.loadTools(AdobeImageEditorActivityAbstract.java:760) at com.adobe.creativesdk.aviary.AdobeImageEditorActivityAbstract.onPostCreate(AdobeImageEditorActivityAbstract.java:579) at android.app.Instrumentation.callActivityOnPostCreate(Instrumentation.java:1221) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2641) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2724) at android.app.ActivityThread.-wrap12(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1473) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6123) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757) Caused by: java.lang.ClassNotFoundException: Didn't find class

@rahul-lohra
Copy link

rahul-lohra commented Jun 4, 2018

See the solution https://stackoverflow.com/a/48136955/5555797

@pushpalroy
Copy link

@IAMDANGEROUS Can you please provide a resource for the solution? The above link is 404.

@rahul-lohra
Copy link

@pushpalroy I have updated my comment above please check the url now. You just have to add two classes that are remove from support library version 26.0.0

@pushpalroy
Copy link

Thanks @IAMDANGEROUS . That solution worked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants