This link you tells me that I must add this to the manifest file:
<meta-data
android:name="com.google.android.gms.vision.DEPENDENCIES"
android:value="barcode" />
My code and manifest file works well, but as soon as I copy and paste this into the end of the manifest file, it gives me this error:
I also have this in my main module:
Any suggestions will be appreciated.
Thanks
PK
<meta-data
android:name="com.google.android.gms.vision.DEPENDENCIES"
android:value="barcode" />
My code and manifest file works well, but as soon as I copy and paste this into the end of the manifest file, it gives me this error:
B4A Version: 9.90
Java Version: 8
Parsing code. (0.04s)
Building folders structure. (0.06s)
Compiling code. Error
Error parsing manifest script:
Line = 40, Word = <
Command expected.
I also have this in my main module:
Insert:
#AdditionalJar: com.google.android.gms:play-services-vision
Any suggestions will be appreciated.
Thanks
PK