Android Question [Solved] Error barcode reader b4xpages

nedium

Active Member
Licensed User
Longtime User

Using the erel example in another b4apager project it gives me this error, I already added the code in the manifest but it gives that error


error in star:
B4A Versión: 12.50
Parseando código.    (0.20s)
    Java Versión: 11
Building folders structure.    (0.05s)
Corriendo accion personalizada.    (0.04s)
Compilando código.    (0.27s)
Compilado códigos de diseños.    (0.01s)
Organizando librerías.    (0.00s)
    (AndroidX SDK)
Compilando los recursos    (0.06s)
Enlazando los recursos    Error
AndroidManifest.xml:28: error: resource integer/google_play_services_version (aka b4a.V:integer/google_play_services_version) not found.
error: failed processing manifest.


Who can help me, I appreciate it.
 

DonManfred

Expert
Licensed User
Longtime User
WHAT is your question?
You are giving ZERO information here; no testporoject to test the problem.

How - do you expect - others can help you with this less information?
 
Upvote 0

nedium

Active Member
Licensed User
Longtime User

Using the erel example in another b4apager project it gives me this error, I already added the code in the manifest but it gives that error

B4A Versión: 12.50
Parseando código. (0.20s)
Java Versión: 11
Building folders structure. (0.05s)
Corriendo accion personalizada. (0.04s)
Compilando código. (0.27s)
Compilado códigos de diseños. (0.01s)
Organizando librerías. (0.00s)
(AndroidX SDK)
Compilando los recursos (0.06s)
Enlazando los recursos Error
AndroidManifest.xml:28: error: resource integer/google_play_services_version (aka b4a.V:integer/google_play_services_version) not found.
error: failed processing manifest.
 
Upvote 0

nedium

Active Member
Licensed User
Longtime User
In the erel example it works correctly for me, but when I pass it to my application I get the error.

I have updated the SDK to the latest current version and it still gives an error.


B4A Versión: 12.50
Parseando código. (0.14s)
Java Versión: 14
Building folders structure. (0.05s)
Corriendo accion personalizada. (0.04s)
Compilando código. (0.23s)
Compilado códigos de diseños. (0.01s)
Organizando librerías. (0.00s)
(AndroidX SDK)
Compilando los recursos (0.06s)
Enlazando los recursos Error
AndroidManifest.xml:28: error: resource integer/google_play_services_version (aka b4a.V:integer/google_play_services_version) not found.
error: failed processing manifest.
 
Upvote 0

nedium

Active Member
Licensed User
Longtime User
Solved...

I have reinstalled everything and copied the project again.

#AdditionalJar: com.google.android.gms:play-services-vision

data in the manifest

AddApplicationText(<meta-data
android:name="com.google.android.gms.vision.DEPENDENCIES"
android:value="barcode,,face"/>
)
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)


and in principle it has worked.

thank you
 
Upvote 0
Top