thanks Johan, but still no use....
Am I doing something wrong? Updatetd all libraries, I have manifest
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="33"/> ''also tied 31, but current v is 33
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.LightTheme)
'End of default text.
AddApplicationText(<meta-data
android:name="com.google.android.gms.vision.DEPENDENCIES"
android:value="barcode,,face" />
)
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
#AdditionalJar: com.google.android.gms
lay-services-vision
in Main....
out of the box
https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/ does not work for me?!
have you tried it? I don't know, going mad here....
maybe I need to update something else, some library....?