android - Plural NotFoundException on Huawei phones only -
i've noticed many crash reports app in production huawei phones related plurals handling. no other phones have problem huawei.
all plural forms exist , work fine on other devices.
it seems huawei cannot handle plurals @ all:
android.content.res.resources$notfoundexception: plural resource id #0x7f060000 quantity=4 item=few @ android.content.res.resources.getquantitytext(resources.java:290) @ android.content.res.resources.getquantitystring(resources.java:397) ... android.content.res.resources$notfoundexception: plural resource id #0x7f060000 quantity=6 item=many @ android.content.res.resources.getquantitytext(resources.java:290) @ android.content.res.xresources.getquantitytext(xresources.java:667) @ android.content.res.resources.getquantitystring(resources.java:397) ...
did have problem too?
android android-resources
No comments:
Post a Comment