Status Update
Comments
je...@google.com <je...@google.com>
ma...@gmail.com <ma...@gmail.com> #2
In our situation, the app was crashing when trying to find the splash_logo. We definitely in our project.
splash_logo.xml
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android ">
<item>
<color android:color="@color/windowBackground"/>
</item>
<item android:bottom="@dimen/AP_6_unit">
<bitmap android:gravity="center"
android:src="@drawable/ic_logo"/>
</item>
</layer-list>
theme.xml
<style name="Theme.AP.NoAnimation.StartActivity">
<item name="android:windowFullscreen">true</item>
<item name="android:windowBackground">@drawable/splash_logo</item>
</style>
splash_logo.xml
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="
<item>
<color android:color="@color/windowBackground"/>
</item>
<item android:bottom="@dimen/AP_6_unit">
<bitmap android:gravity="center"
android:src="@drawable/ic_logo"/>
</item>
</layer-list>
theme.xml
<style name="Theme.AP.NoAnimation.StartActivity">
<item name="android:windowFullscreen">true</item>
<item name="android:windowBackground">@drawable/splash_logo</item>
</style>
im...@google.com <im...@google.com> #3
What version of android gradle plugin are you using?
ma...@gmail.com <ma...@gmail.com> #4
Hi,
At the time we tried app bundles we were using android gradle plugin 3.1.3., now we are using 3.2.1 but haven't tried app bundles again.
At the time we tried app bundles we were using android gradle plugin 3.1.3., now we are using 3.2.1 but haven't tried app bundles again.
ca...@instantbits.com <ca...@instantbits.com> #5
I've had this exact same issue. I had to switch my splash background to a single png to get it to work for most people but that looks awful. Mine was very similar to yours, a background with an image in the center.
Description
android.content.res.Resources$NotFoundException: File res/drawable/splash_logo.xml from drawable resource ID #0x7f08018a
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2358)
at android.app.ActivityThread.access$800(ActivityThread.java:144)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5219)
at java.lang.reflect.Method.invoke(Method.java)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
Our app id =
This was reported on the following devices ;
Sony - G8141 a
LGE - Nexus 5x, LG-AS110, LGU997
ZTE - ZTE T84
We are currently using the following libraries and tools;
Build tools 28.0.3
target_sdk = 28
min_sdk = 21
support libraries version 28.0.0
firebase version 15.0.2
gms version 15.0.1