Android Question Import library .aar Android Studio

kkkpe

Active Member
Licensed User
Longtime User
Hello Erel, I libraries built with Android Studio extension .aar I would use in B4A, you can implement a function that sums a library aar?
 

Melghost

Member
Licensed User
Longtime User
Hi!
Does it mean that we can import .aar libraries just by adding the .jar files to the B4A libraries folder and selecting them on the Libs tab? Is it as easy as it sounds?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Does it mean that we can import .aar libraries just by adding the .jar files to the B4A libraries folder and selecting them on the Libs tab?
No. Just need to use #additionaljar and javaobject or reflector to use the jar inside.
Or write a wrapper for it like before...
Is it as easy as it sounds?
No.
 
Upvote 0
Top