-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Comments
When possible to share your app.gradle and AndroidManifest would be helpful. It may be just min/target sdk related. |
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 I was just wondering what in nativescript android made that necessary. |
Same problem updating from 8.5.2 to 8.8.2. Solved removing dependency nativescript-pdf-view (3.0.0-1). |
@dougmbarcellos I have the same issue but no dependency nativescript-pdf-view, any idea about what could be wrong? Thanks! |
@dougmbarcellos @cloudhx are you still using ´nativescript-pdf-view´ or have you updated to https://github.com/NativeScript/plugins/tree/main/packages/pdf , the new home of that plugin that has received some updates? |
Replacing with @nativescript/pdf solves the problem |
Could be another old dependency. Try upgrade ou replace project dependencies with new versions. |
I have a similar issue. Application was getting stuck on "Successfully installed on device ..." step. After replacing nativescriot-pdf-view, it moves now to next step to restart the application but is getting stuck there with the following error :
|
The issue with the error I had was having productFlavour in app.gradle. Removing product flavours works. I need those to distinguish between qa and prod app. |
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 use1.1.0-rc01
I can get it to work, but why would nativescript/android version affect this?The text was updated successfully, but these errors were encountered: