Android Question ABZxing not recognised as installed with android:targetSdkVersion="30"

fsikkerm

Member
Licensed User
Longtime User
I have been working on updating a app to the latest B4x and all new libs

All is nicely upgraded to the latest version with one issue...

ABZxing is installed and my app uses it

In my Manifest is the line :
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="26"/>

But the IDE gives a warning that it should be at least 30

When I do that, my app comes with a pupup that it wants install the ABZxing app from the play store although its installed ???

Maybe an different Barcode lib?? ( I need to know the type of a barcode as well ? )
 
Top