We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
compileSdkVersion=28时,release模式下会报can't find referenced method 'int save(int)' in library class android.graphics.Canvas,在proguard-rules.pro文件中加入-dontwarn com.mylhyl.zxing.scanner.**能暂时解决,出错原因:QRCodeEncoder.java第331行,canvas.save(Canvas.ALL_SAVE_FLAG)这个方法已经被remove了
-dontwarn com.mylhyl.zxing.scanner.**
The text was updated successfully, but these errors were encountered:
收到,非常感谢,你可以pull request
Sorry, something went wrong.
https://github.com/mylhyl/Android-Zxing/issues/56
c466ea6
@sune6 com.mylhyl:zxingscanner:2.1.3
@mylhyl The error still exits in com.mylhyl:zxingscanner:2.1.4. “canvas.save(Canvas.ALL_SAVE_FLAG)” in QRCodeEncoder.
No branches or pull requests
compileSdkVersion=28时,release模式下会报can't find referenced method 'int save(int)' in library class android.graphics.Canvas,在proguard-rules.pro文件中加入
-dontwarn com.mylhyl.zxing.scanner.**
能暂时解决,出错原因:QRCodeEncoder.java第331行,canvas.save(Canvas.ALL_SAVE_FLAG)这个方法已经被remove了The text was updated successfully, but these errors were encountered: