Android Question Manifest file error

Peekay

Active Member
Licensed User
Longtime User
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:

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
 

DonManfred

Expert
Licensed User
Longtime User
I also have this in my main module:
post your manifest-editor code. The Problem is here is guess.

Again; Check this Example
 
Upvote 0

Peekay

Active Member
Licensed User
Longtime User
I have been a VB6 developer since 1975.
In 2013 I tried B4A for a month, found it quite difficult, and then left this forum for about 7 years.
I came back recently as I need to integrate my VB6 desktop applications with phone apps to allow our site personnel to tap into our main database online to keep track of tasks, messages and payments.
The learning curve of B4A as a transform from VB6 is steep, but I will get there one day.
Sorry again.
 
Upvote 0
Top