Open Softkeydel opened 3 years ago
Not working in Android 10 Image is not being loaded only black screen showing but in lower versions working properly please help
I solved the issue go to AndroidManifest.xml file in the <activity tag and replace android:theme="@style/LaunchTheme" with android:theme="@style/Theme.AppCompat.NoActionBar"
AndroidManifest.xml
<activity
android:theme="@style/LaunchTheme"
android:theme="@style/Theme.AppCompat.NoActionBar"
Not working in Android 10 Image is not being loaded only black screen showing but in lower versions working properly please help