QRParser-2.2.0 not working on Android API < 24
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2018
May 2018
QRParser-2.2.0 not working on Android API < 24
Hi,
I can't use your library for QR codes for mVisa payments on Android API 19 (Kitkat).
I openned a question on stackoverflow :
https://stackoverflow.com/questions/50513107/android-desugar-visa-qrparser-2-2-0-on-android-api-24
Thank you for your support,
Best regards.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2018
May 2018
Re: QRParser-2.2.0 not working on Android API < 24
Hi @Gweltaz,
I am currently working on the inquiry. I will get back to you soon.
Thank you,
Vaibhav
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2018
May 2018
Re: QRParser-2.2.0 not working on Android API < 24
Hi @vkamboj,
I'm really interested about your feedback.
I'm not really keen on the idea to write a parser to map each tag name / tag value...
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2018
May 2018
Re: QRParser-2.2.0 not working on Android API < 24
It works by adding :
android.enableD8.desugaring = true
in gradle.properties.
I updated my question on StackOverflow, thanks.