vmag
Active Member
Hello everyone!
In B4X projects, we can use jar libraries by adding them to the project:
Is it possible to use .aar libraries in B4X ?
I understand that jar works on both java and Android, and aar only on Android, so I ask.
In Android Studio, for example, this is the aar of the library is mounted as external modules.
In B4X projects, we can use jar libraries by adding them to the project:
B4X:
#AdditionalJar: NameLib
I understand that jar works on both java and Android, and aar only on Android, so I ask.
In Android Studio, for example, this is the aar of the library is mounted as external modules.