Android应用程序崩溃" FileOotFoundException for drawable in drawable-xhdpi-v4"

时间:2016-02-19 07:31:55

标签: android gradle

伙计。由于" java.io.FileNotFoundException:res / drawable-xhdpi-v4 / component_tip_loading1.png"我遇到了崩溃。 但我解压缩了我的apk,发现资源已存在。 我的build.gradle set minifyEnabled为true,但没有设置shrinkResources 谢谢你的任何建议。

Caused by: java.io.FileNotFoundException: res/drawable-xhdpi-v4/component_tip_loading1.png
at android.content.res.AssetManager.openNonAssetNative(Native Method)
at android.content.res.AssetManager.openNonAsset(AssetManager.java:405)
at android.content.res.Resources.loadDrawableForCookie(Resources.java:2443)  

0 个答案:

没有答案