Status Update
Comments
ch...@google.com <ch...@google.com> #2
Information redacted by Android Beta Feedback.
je...@google.com <je...@google.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please upgrade to the latest release from the link
ea...@google.com <ea...@google.com> #4
install Android 16 as I want to leave beta.
<buganizer-system@google.com> schrieb am Do., 27. Feb. 2025, 08:55:
ke...@teslacoilsw.com <ke...@teslacoilsw.com> #5
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ea...@google.com <ea...@google.com> #6
Thanks for reporting this issue.
-
We are handling "No more paying via Wallet because the system is not up to date" wallet issue here.
-
Please file a separate ticket for "Upgrade was never offered to install android 16" with details.
jl...@google.com <jl...@google.com> #7
After upgrading to stable the issue persists.
Description
Steps to reproduce:
New Project, leave defaults until the activity choice and select Settings Activity
Compile and run
Expected behavior is for the app to run, actual behavior is for the app to FC with the following trace:
PathParser E error in parsing "c-3.31 0,-6,-2.69,-6,-6 0,-1.01.25,-1.97.7,-2.8"
AndroidRuntime D Shutting down VM
E FATAL EXCEPTION: main
E Process: com.example.daynighttest, PID: 30783
E android.content.res.Resources$NotFoundException: File res/drawable/ic_sync_black_24dp.xml from drawable resource ID #0x7f02004d
E at android.content.res.Resources.loadDrawableForCookie(Resources.java:3707)
E at android.content.res.Resources.loadDrawable(Resources.java:3575)
E at android.content.res.Resources.getDrawable(Resources.java:1848)
E at android.content.Context.getDrawable(Context.java:410)
E at android.support.v4.content.ContextCompatApi21.getDrawable(ContextCompatApi21.java:26)
E at android.support.v4.content.ContextCompat.getDrawable(ContextCompat.java:321)
E at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:197)
E at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:190)
E at android.support.v7.widget.AppCompatImageHelper.setImageResource(AppCompatImageHelper.java:66)
E at android.support.v7.widget.AppCompatImageView.setImageResource(AppCompatImageView.java:71)
E at android.preference.PreferenceActivity$HeaderAdapter.getView(PreferenceActivity.java:349)
E at android.widget.AbsListView.obtainView(AbsListView.java:2842)
Replacing that drawable with another allows the sample/template to work.