What's preventing Android from finding a resource file in drawable? -
i'm working on bug of android application , occurs on galaxy nexus android version 4.2.2, works fine on nexus 5 4.4.2.
basically it's not able find png file on device.
the png file located in res/drawable , here structure of res folder:
res/drawable res/drawable-de res/drawable-fr res/drawable-it res/drawable-hdpi res/drawable-ldpi res/drawable-mdpi res/drawable-xhdpi res/drawable-xxhdpi
what preventing android fallback drawable folder in case?
without knowing image hard say, image may large. alternatively, unless there's compelling reason not to, should put in *dpi folder anyway
Comments
Post a Comment