Android Question App Bundle and AdditionalJar

EduardoElias

Well-Known Member
Licensed User
Longtime User
I had to migrate to app bundle and I got a problem, it says that I need to include 32 and 64 bits versions

I have removed some AdditionalJar from a vendor used for POS card operations and then Google Play accepted my app bundle... however I could not launch it since I depend on these jars

So it seems that eventually I need 2 versions of my vendor Jars for 32 and 64bits?

For who created this is it a matter of compilation, is there anything special, or can I specify 2 binaries for the jar on B4A ?

Thanks
 
Top