android - FileNotFoundException for drawable in drawable-xhdpi-v4 -
we got crash log google play , seems drawable in drawable-xhdpi-v4 not found. however, didn't have drawable-xhdpi-v4 folder , have edit_bg.9.png in res/drawable-xhdpi/. found post after searching, seems not helpful , no accepted answers there.
thanks advice.
caused by: android.content.res.resources$notfoundexception: file res/drawable-xhdpi-v4/edit_bg.9.png drawable resource id #0x7f0200bb @ android.content.res.resources.loaddrawable(resources.java:2172) @ android.content.res.typedarray.getdrawable(typedarray.java:602) @ android.view.view.<init>(view.java:3589) @ android.widget.textview.<init>(textview.java:642) @ android.widget.edittext.<init>(edittext.java:60) @ android.widget.edittext.<init>(edittext.java:56) ... 29 more caused by: java.io.filenotfoundexception: res/drawable-xhdpi-v4/edit_bg.9.png @ android.content.res.assetmanager.opennonassetnative(native method) @ android.content.res.assetmanager.opennonasset(assetmanager.java:421) @ android.content.res.resources.loaddrawable(resources.java:2163) ... 34 more
Comments
Post a Comment