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

Splash screen crash on android 8.0 #636

Open
ImranMunawaar opened this issue Jan 26, 2024 · 9 comments
Open

Splash screen crash on android 8.0 #636

ImranMunawaar opened this issue Jan 26, 2024 · 9 comments

Comments

@ImranMunawaar
Copy link

Splash screen crash on Android 8.0
is there any fix for this?

@huyvu23
Copy link

huyvu23 commented Apr 10, 2024

Splash screen crash on Android 8.0 is there any fix for this?

same issue , Have you fixed it yet?

@ImranMunawaar
Copy link
Author

@huyvu23 I am using the large-size image for the splash that's why the app crashed.

@minhchienwikipedia
Copy link

Any solution?

@huyvu23
Copy link

huyvu23 commented May 24, 2024

@huyvu23 I am using the large-size image for the splash that's why the app crashed.

i don't know :(

@huyvu23
Copy link

huyvu23 commented May 24, 2024

Any solution?

Do you have any way ?

@ImranMunawaar
Copy link
Author

@minhchienwikipedia I fixed the issue by using a smaller dimension image. I was using a large image to cover the whole screen, which caused the app to crash. Reducing the image size resolved the problem.

@minhchienwikipedia
Copy link

I found a solution for this issue https://stackoverflow.com/a/50832408/9315284
Just set these in the styles.xml file

<item name="android:windowIsTranslucent">false</item>
<item name="android:windowIsFloating">false</item>

@huyvu23
Copy link

huyvu23 commented May 24, 2024

I found a solution for this issue https://stackoverflow.com/a/50832408/9315284 Just set these in the styles.xml file

<item name="android:windowIsTranslucent">false</item>
<item name="android:windowIsFloating">false</item>

wow , i will try , thanks bro

@huyvu23
Copy link

huyvu23 commented May 24, 2024

I found a solution for this issue https://stackoverflow.com/a/50832408/9315284 Just set these in the styles.xml file

<item name="android:windowIsTranslucent">false</item>
<item name="android:windowIsFloating">false</item>

this still crash :(, can u help me

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

3 participants