jenly1314 / WeChatQRCode

⛄ 基于OpenCV开源的微信二维码引擎移植的二维码扫码识别库
https://jenly1314.github.io/WeChatQRCode/
Apache License 2.0
607 stars 120 forks source link

Crash When open WeChatCameraScanActivity #44

Closed thongvo109 closed 8 months ago

thongvo109 commented 8 months ago

I did rebuild project but it doesn't work. Please help me :(

Screenshot 2024-01-04 at 14 17 13
jenly1314 commented 8 months ago

I did rebuild project but it doesn't work. Please help me :(

Screenshot 2024-01-04 at 14 17 13

Please confirm which version of Gradle you are currently using?

thongvo109 commented 8 months ago

plugins { id 'com.android.application' version '7.3.1' apply false id 'com.android.library' version '7.3.1' apply false id 'org.jetbrains.kotlin.android' version '1.6.10' apply false id 'com.vanniktech.maven.publish' version '0.22.0' apply false }

distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

Almost like you

thongvo109 commented 8 months ago

Sorry to bother you, I migrated the entire Gradle like you and restructured the project. It's work.

Thank you so much