Android应用程序崩溃;FileNotFoundException适用于drawable-xhdpi-v4中的drawable;

Android应用程序崩溃;FileNotFoundException适用于drawable-xhdpi-v4中的drawable;,android,gradle,Android,Gradle,伙计们,我因为“java.io.FileNotFoundException:res/drawable-xhdpi-v4/component\u tip\u loading1.png”而崩溃了。 但我解开了我的apk,发现资源是存在的。 my build.gradle set minifyEnabled为true,但未设置shrinkResources。 谢谢你的建议 Caused by: java.io.FileNotFoundException: res/drawable-xhdpi-v4/c

伙计们,我因为“java.io.FileNotFoundException:res/drawable-xhdpi-v4/component\u tip\u loading1.png”而崩溃了。 但我解开了我的apk,发现资源是存在的。 my 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)  

请将您的代码也张贴在您遇到问题的地方。嗨,这是路径。请将您的代码也张贴在您遇到问题的地方。嗨,这是路径。