You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.app.example, PID: 25825
java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed
suggestion : you need to replace canvas.clipPath(path, Region.Op.REPLACE); with canvas.clipPath(path);
optional: try to upgrade it to androidx
The text was updated successfully, but these errors were encountered:
parikshitsharma717
changed the title
Make it compatible with targetSDK 29+
Make it compatible with targetSDK 28+
Jun 21, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.app.example, PID: 25825
java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed
suggestion : you need to replace canvas.clipPath(path, Region.Op.REPLACE); with canvas.clipPath(path);
optional: try to upgrade it to androidx
The text was updated successfully, but these errors were encountered: