-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File res/drawable/ucrop_ic_cross.xml #529
Comments
This happens on Android 4.4.x devices.
|
You can add " AppCompatDelegate.setCompatVectorFromResourcesEnabled(true); |
You should put those in a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caused by android.content.res.Resources$NotFoundException: File res/drawable/ucrop_ic_cross.xml from drawable resource ID #0x7f070112
at android.content.res.Resources.loadDrawable(Resources.java:2312)
at com.huawei.android.content.res.ResourcesEx.loadDrawable(ResourcesEx.java:676)
at android.content.res.Resources.getDrawable(Resources.java:774)
at android.support.v4.content.ContextCompat.getDrawable(ContextCompat.java:465)
at com.yalantis.ucrop.UCropActivity.setupAppBar(UCropActivity.java:345)
at com.yalantis.ucrop.UCropActivity.setupViews(UCropActivity.java:296)
at com.yalantis.ucrop.UCropActivity.onCreate(UCropActivity.java:125)
at android.app.Activity.performCreate(Activity.java:5301)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1090)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2311)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2397)
at android.app.ActivityThread.access$1100(ActivityThread.java:143)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1286)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5398)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:680)
at dalvik.system.NativeStart.main(NativeStart.java)
Devices
HUAWEI
The text was updated successfully, but these errors were encountered: