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

8.7.0 freezes on splash screen while 8.6.2 does not #1813

Open
JWiseCoder opened this issue Apr 24, 2024 · 2 comments
Open

8.7.0 freezes on splash screen while 8.6.2 does not #1813

JWiseCoder opened this issue Apr 24, 2024 · 2 comments

Comments

@JWiseCoder
Copy link

JWiseCoder commented Apr 24, 2024

I updated my app, and among other things, it upgraded nativescript/android to 8.7.0. When I ran on Android, the app never got past the splash screen. While debugging this, I discovered if I just set nativescript android back to 8.6.2, everything worked fine, and the app ran normally.

I'd like to upgrade fully, but I can't figure out what change to nativescript/android made this occur.

If I change the implementation used from androidx.core:core-splashscreen to use 1.1.0-rc01 I can get it to work, but why would nativescript/android version affect this?

@NathanWalker
Copy link
Contributor

When possible to share your app.gradle and AndroidManifest would be helpful. It may be just min/target sdk related.

@JWiseCoder
Copy link
Author

I can't share that entirely, but both target and compile sdk are 33. And I don't have to update any of that as long as I change to implementation "androidx.core:core-splashscreen:1.1.0-rc01". I'd rather not use an rc in the app, and I don't know when the release is coming.

I was just wondering what in nativescript android made that necessary.

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

2 participants