I imrpk Member Licensed User Longtime User Aug 14, 2016 #1 Is it possible to use .AAR package / library with b4A. If yes can you please provide any sample application. Regards
Is it possible to use .AAR package / library with b4A. If yes can you please provide any sample application. Regards
Erel B4X founder Staff member Licensed User Longtime User Aug 14, 2016 #2 AAR libraries are very similar to jar library. You need to create a wrapper or use #AdditionalJar with JavaObject to access the native library. #AdditionalJar does support AAR packages (in B4A v6+). Upvote 0
AAR libraries are very similar to jar library. You need to create a wrapper or use #AdditionalJar with JavaObject to access the native library. #AdditionalJar does support AAR packages (in B4A v6+).
I imrpk Member Licensed User Longtime User Aug 15, 2016 #3 Thanks. Can you please provide any URL or sample to use #AdditionalJar with create wrapper and how to use in b4A? Upvote 0
Thanks. Can you please provide any URL or sample to use #AdditionalJar with create wrapper and how to use in b4A?
Erel B4X founder Staff member Licensed User Longtime User Aug 15, 2016 #4 Accesing third party Jar with #Additionaljar and JavaObject Upvote 0