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

java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity #316

Open
zainriaz opened this issue Dec 29, 2021 · 0 comments

Comments

@zainriaz
Copy link

java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2957)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3032)
at android.app.ActivityThread.-wrap11 (Unknown Source)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1696)
at android.os.Handler.dispatchMessage (Handler.java:105)
at android.os.Looper.loop (Looper.java:164)
at android.app.ActivityThread.main (ActivityThread.java:6944)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:327)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1374)
Caused by: java.lang.IllegalStateException:
at android.app.Activity.onCreate (Activity.java:1038)
at androidx.core.app.ComponentActivity.onCreate (ComponentActivity.java:85)
at androidx.activity.ComponentActivity.onCreate (ComponentActivity.java:323)
at androidx.fragment.app.FragmentActivity.onCreate (FragmentActivity.java:273)
at com.heinrichreimersoftware.materialintro.app.IntroActivity.onCreate (IntroActivity.java:176)
at com.mypackage.MyIntroActivity.onCreate (MyIntroActivity.kt:12)
at android.app.Activity.performCreate (Activity.java:7183)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1220)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2910)

Device

  • Device: [Samsung Galaxy J5 Prime, Samsung Galaxy A5(2017), Samsung Galaxy J6, Samsung Galaxy A7 (2018)]
  • OS: [Android]
  • Version [27]
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