TonnyL / Espresso

🚚 Espresso is an express delivery tracking app designed with Material Design style, built on MVP(Model-View-Presenter) architecture with RxJava2, Retrofit2, Realm database and ZXing
Apache License 2.0
1.09k stars 200 forks source link

cannot resolve symbol 'MATRIX_SAVE_FLAG' #18

Closed codergu64 closed 5 years ago

codergu64 commented 5 years ago

图片

TonnyL commented 5 years ago
Screen Shot 2019-04-23 at 1 59 15 PM

It seems like that you haven't import the class correctly. The complete class name is android.graphics.Canvas and the constant MATRIX_SAVE_FLAG is defined at line 317(sdk 28).

TonnyL commented 5 years ago

@CVProgramer Any other question? If the answer is negative, I'll close this issue later. Feel free to reply or just file another one.

codergu64 commented 5 years ago

Thanks for your answer!

------------------ Original ------------------ From: Li Zhao Tai Lang notifications@github.com Date: Tue,Apr 23,2019 6:51 PM To: TonnyL/Espresso Espresso@noreply.github.com Cc: CVProgramer 1490737716@qq.com, Mention mention@noreply.github.com Subject: Re: [TonnyL/Espresso] cannot resolve symbol 'MATRIX_SAVE_FLAG' (#18)

@CVProgramer Any other question? If the answer is negative, I'll close this issue later. Feel free to reply or just file another one.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.