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
In a new project, also with minSdkVersion 15, I got this:
Error:(10, 24) error: cannot find symbol class AvoidXfermode
Error:(11, 38) error: package android.graphics.AvoidXfermode does not exist
Error:(79, 31) error: cannot find symbol class AvoidXfermode
Error:(79, 86) error: cannot find symbol variable Mode
Error:(83, 206) error: cannot find symbol class AvoidXfermode
In a new project, also with minSdkVersion 15, I got this:
Ref: https://developer.android.com/reference/android/graphics/AvoidXfermode.html
The text was updated successfully, but these errors were encountered: