Fixed
Status Update
Comments
lu...@google.com <lu...@google.com> #2
I also have the same issue so it seems to be a real problem.
lu...@google.com <lu...@google.com> #4
why is this marked has Obsolete? this is still a bug that is happening and its difficult to fix.
for all who are looking for a solution use this:
http://stackoverflow.com/questions/16200972/android-css-positionfixed-after-a-device-rotate
for all who are looking for a solution use this:
sh...@adobe.com <sh...@adobe.com> #5
Is there any update on this? We also face the same issue in Acrobat.
am...@zee.com <am...@zee.com> #6
Is there any update on this? We also facing the same issue in Zee5 while installing main apk with minifyEnabled true
shrinkResources true
shrinkResources true
na...@gtempaccount.com <na...@gtempaccount.com> #7
Is there any update on this?
lu...@google.com <lu...@google.com> #8
A change has been submitted to fix the issue scheduled to be included in AGP 8.0 canary 4.
sh...@adobe.com <sh...@adobe.com> #9
Thanks. Will this be part of any of the 7.3.* releases as well?
ab...@gmail.com <ab...@gmail.com> #10
Comment has been deleted.
ju...@gmail.com <ju...@gmail.com> #11
Any solution now?
I have this problem too.
I have this problem too.
ki...@gmail.com <ki...@gmail.com> #12
End of 2024 and I face this issue
lu...@google.com <lu...@google.com> #13
#12 Please provide us the Studio and AGP versions your project is using that is experiencing this issue. Also a attach a copy of the device stacktrace.
dh...@gmail.com <dh...@gmail.com> #14
I can help #12 to provide the information for #13
Studio : Android Studio Koala Feature Drop | 2024.1.2 Beta 2
AGP versions : 8.5.2
Device stacktrace :
Coroutine error
android.content.res.Resources$NotFoundException: Resource ID #0x7d010004androidx.core.content.ContextCompat.getColorStateList(ContextCompat.java:508)
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:254)
android.content.res.Resources$NotFoundException: Plural resource ID #0x7d070005 quantity=4714 item=other
at android.content.res.ResourcesImpl.getQuantityText(ResourcesImpl.java:332)
android.content.res.Resources$NotFoundException: String resource ID #0x7d0800e4
at android.content.res.Resources.getText(Resources.java:360)
Studio : Android Studio Koala Feature Drop | 2024.1.2 Beta 2
AGP versions : 8.5.2
Device stacktrace :
Coroutine error
android.content.res.Resources$NotFoundException: Resource ID #0x7d010004androidx.core.content.ContextCompat.getColorStateList(ContextCompat.java:508)
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:254)
android.content.res.Resources$NotFoundException: Plural resource ID #0x7d070005 quantity=4714 item=other
at android.content.res.ResourcesImpl.getQuantityText(ResourcesImpl.java:332)
android.content.res.Resources$NotFoundException: String resource ID #0x7d0800e4
at android.content.res.Resources.getText(Resources.java:360)
Description
To reproduce:
Sample Runtime exception:
The issue is present both the old and new resource shrinkers. So this issue doesn't appear to be related to b/237783271 as that particular issue isn't present in the old resource shrinker.
The resource that is being reported as
android.content.res.Resources$NotFoundException
exists within the APK's resource table and as a file, however the contents are shrunk (empty tag xml file). In the repro case the drawable resource is declared and by an app compat library called by the MainActivity in the app (base module).