Android Question Zbarcodescanner 64 Bit

David Elkington

Active Member
Licensed User
Longtime User
Hi, I think this lib is stopping me publishing my app on GooglePlay, does anyone know how to get a 64 bit version?
 

David Elkington

Active Member
Licensed User
Longtime User
This is the error message I am getting...


Screenshot 2019-08-28 at 12.54.17.png



And when I Use android studio, I can see there is no 64 bit directory.

Screenshot 2019-08-28 at 12.57.52.png
 

Attachments

  • image.png
    image.png
    98 KB · Views: 125
Upvote 0

David Elkington

Active Member
Licensed User
Longtime User
Thanks, I downloaded it, but not sure what to do with it, I can see the AAR, have renamed it to a zip file, but the classes.jar file is very small. Do I need to use android studio to put the 64 bit natives in or something?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I can see the AAR, have renamed it to a zip file
why?
Use #additionaljar: aarfilename.aar

Make sure to remove the reference from the library XML if there is one.....

Edit to add:
if you do not get it working i´ll check the library this evening and update the files.
You need to wait around 4-5 hours as i am at work as of now.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
the error is TEXT. Why you post it as such big image?
Copy the text from the compilationwindow and post the text

The error is saying that you have another reference to the aar somewhere (probably in the library xml (as written above). You need to remove this reference from the XML.
Edt the XMl, scroll to the end and watch for DEPENDSON lines... remove the one with the old aar filename
 
Upvote 0

David Elkington

Active Member
Licensed User
Longtime User
I am working on a Mac with a VM, copying text generally works badly in terms of formatting.

This is the first time I have edited or used an extra JAR, I have now edited the HTML and it compiled. However, when I put it up into GooglePlay, I am getting the same error message.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top