Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When we are making normal apk its working fine, but if create build from github this error is coming. #815

Open
manishshakyagate6 opened this issue Sep 15, 2022 · 0 comments

Comments

@manishshakyagate6
Copy link

Process: com.ninjafocus.app.test, PID: 8535
java.lang.IllegalAccessError: Interface androidx.lifecycle.e implemented by class com.segment.analytics.AnalyticsActivityLifecycleCallbacks is inaccessible (declaration of 'com.segment.analytics.AnalyticsActivityLifecycleCallbacks' appears in base.apk!classes2.dex)
at com.segment.analytics.Analytics.(Analytics.java:27)
at com.segment.analytics.Analytics$j.a(Analytics.java:50)
at com.ninjafocus.app.base.view.ui.MyApplication.y(MyApplication.kt:3)
at com.ninjafocus.app.base.view.ui.MyApplication.onCreate(MyApplication.kt:9)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1182)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6460)
at android.app.ActivityThread.access$1300(ActivityThread.java:219)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1859)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
2022-09-15 23:52:56.546 8535-8535/com.ninjafocus.app.test E/FirebaseCrashlytics: Error handling uncaught exception
java.util.concurrent.TimeoutException
at com.google.firebase.crashlytics.internal.common.e0.a(Utils.java:11)
at com.google.firebase.crashlytics.internal.common.m.G(CrashlyticsController.java:6)
at com.google.firebase.crashlytics.internal.common.m$b.a(CrashlyticsController.java:1)
at com.google.firebase.crashlytics.internal.common.r.uncaughtException(CrashlyticsUncaughtExceptionHandler.java:4)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)

@manishshakyagate6 manishshakyagate6 changed the title When we are makeing normal apk its working fine, but if create build from github this error is coming. When we are making normal apk its working fine, but if create build from github this error is coming. Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant