Re: [Interest] Android: strange error when building project using Qt 5.12.12

2022-07-05 Thread Alexander Dyagilev
I've fixed it by patching my build.gradle file. I've replaced this: compileSdkVersion androidCompileSdkVersion.toInteger() buildToolsVersion androidBuildToolsVersion by this: compileSdkVersion 30 buildToolsVersion "30.0.2" Thanks to this answer on SO: https://stackoverflow.com/a/46290586/3765

[Interest] Android: strange error when building project using Qt 5.12.12

2022-07-04 Thread Alexander Dyagilev
Hello, I'm trying to add QR code scanning to my app. For this, I use this: https://github.com/dm77/barcodescanner. So, I'm adding the dependency to build.gradle using this line: implementation 'me.dm7.barcodescanner:zxing:1.9.13' Since this, I'm getting a strange build error. If I build using