Splash screen crash on android 8.0
Splash screen crash on Android 8.0 is there any fix for this?
Splash screen crash on Android 8.0 is there any fix for this?
same issue , Have you fixed it yet?
@huyvu23 I am using the large-size image for the splash that's why the app crashed.
Any solution?
@huyvu23 I am using the large-size image for the splash that's why the app crashed.
i don't know :(
Any solution?
Do you have any way ?
@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.
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>
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
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