Skip to content

Warning: CropIwaOvalShape: can't find referenced method 'int save(int)' #57

@yura-f

Description

@yura-f

Warning: com.steelkiwi.cropiwa.shape.CropIwaOvalShape: can't find referenced method 'int save(int)' in library class android.graphics.Canvas

A class com.steelkiwi.cropiwa.shape.CropIwaOvalShape, error on 45 line:

canvas.save(Canvas.CLIP_SAVE_FLAG);

CLIP_SAVE_FLAG - cannot resolve symbol

CLIP_SAVE_FLAG has been pruned in P, along with the parametarized save() method.
Source: https://developer.android.com/sdk/api_diff/28/changes/android.graphics.Canvas

As a workaround (proguard):

-dontwarn com.steelkiwi.**
-keep class com.steelkiwi.**
-keep interface com.steelkiwi.**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions