Android Question 64-Bits Compilation?

Hi Everyone!
I'm trying to publish my first app in Google Play Store and I noticed that my app doesn't support 64-bits devices...
I read in older threads that it can maybe been an error with older libraries. I use those:
1607825585190.png
I don't know which one is needing an update an where to find them...
Can it be a problem with the SDK? I'm trying to update it with the SDK Manager but, what in specific do I need?

And I have this in the manifest:
1607826101576.png
Please I need an answer as soon as posible. If anyone know how to fix this, please I hope you tell me.
Thanks
 
I will add that making an analysis on my project libraries I found this:
1607826762046.png
This files belong with the GoogleVR library... Maybe it need an Update.
 
Upvote 0
Hi again... I found in this site: Google VR Problem
that the problem is this library and the Google VR SDK, Google didn't upload this tool (only supports 32-bits) and i don't know how to find a solution because I definitly need the VR and 360 Photos features.
I use the library provided by Warwound in this forum: Google VR for B4A
Please, if anyone can help me I will be thankfull. I need a solution as soon as possible.
Thanks!
 
Upvote 0
Hi Erel! Thanks for answer so quickly... I really need your help.
Surfing on the net I found this:
How can I do this in B4A?

Besides, I found that the new library for VR and 360 content is called "Video 360 sdk". How can I port this to B4A? I don't know how to do It.
Please I need your help.

Thanks in advance!
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You need to find the jar with the so file and make these changes. It will be a bit surprising if that solution really works.

Jar / AAR files are actually zip files.

Besides, I found that the new library for VR and 360 content is called "Video 360 sdk". How can I port this to B4A? I don't know how to do It.
This requires some Java knowledge.
 
Upvote 0
Thank you Erel.
Yes, I could make it works!

Yes, I know Java. There is a tutorial or something I can read to make this library for B4A?

Thanks in Advance!
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
There is a tutorial or something I can read to make this library for B4A?
This includes a sample library that should compile to a jar and an xml file and place them in your additional libraries folder. If that works you can model your library on that.
Note that for libraries you should use Java 8 to compile (SLC uses the Java presently selected in B4A IDE) as BADoclet can produce corrupted xml files on later Javas.
 
Upvote 0