EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

App crash only on Android X #240

Closed manuelschulte closed 4 years ago

manuelschulte commented 4 years ago

Hi @EddyVerbruggen

We are using your plugin in one of our Nativescript + Angular Apps. Everything is working fine on iOS and on Android with versions below X. But on Android X when scanning a QR code, the camera opens, the overlay appears but the app crashes immediately after qr code photo is taken.

I pretty sure we have followed all the instructions of the .readme correctly. Does anyone else have this issue too?

Nativescript version: 6 nativescript-barcodescanner version: 3.2.2

manuelschulte commented 4 years ago

Hi @EddyVerbruggen

sorry for the unnecessary issue report and the inconvinience. Our problem was not related to nativescript-barcodescanner plugin. Setting android compiledSdkVersion and buildToolsVersion to current versions (29) fixed the issue for us.

Thanks for the great plugin.