-
Notifications
You must be signed in to change notification settings - Fork 5
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.IllegalStateException: Stacktrace-decoroutinator runtime can not be loaded because BaseContinuationImpl was already loaded. #23
Comments
@kenny-statsig It seems you add a call of |
I encountered the same issue. I had the .load() setup correctly in our Application class and still ran into this issue. |
I first tried using the suggested I'd bet that having coroutines in your hilt stuff is what's causing the BaseContinuationImpl to be loaded before you'd like. I don't know a solution for you, but wanted to say that your |
That did the trick, thank you! |
Just released SD version 2.4.1 with a big rework for Android. From now on SD for Android requires only the Gradle plugin and no other dependencies or method calls are required. |
I am calling
DecoroutinatorRuntime.load()
at the top of my app's onCreate but it seems to be causing the app to crashI've attached a screenshot of the full stack trace.
The text was updated successfully, but these errors were encountered: