mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 462 forks source link

variant.getPackageLibrary obsolete #115

Closed bramburn closed 4 years ago

bramburn commented 5 years ago

WARNING: API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'. It will be removed at the end of 2019. For more information, see https://d.android.com/r/tools/task-configuration-avoidance. To determine what is calling variant.getPackageLibrary(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information. Affected Modules: barcode_scan

ibrahimyu commented 5 years ago

+1 Looks like apply plugin: 'kotlin-android' part prevents the app from building.

bramburn commented 5 years ago

i had to configure a lot of the gradle and aswell as include javasdks for it to work. The manifest tutorial also did not work. I will probably fork and push some updated comments later this week.

qliqdev commented 5 years ago

i had to configure a lot of the gradle and aswell as include javasdks for it to work. The manifest tutorial also did not work. I will probably fork and push some updated comments later this week.

Hello. does it fixed?

devtronic commented 4 years ago

Please update to the latest version and check if the problem was solved.