Hello everyone!
In B4X projects, we can use jar libraries by adding them to the project:
B4X:
#AdditionalJar: NameLib
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.
Additionally: the AAR archive usually contains the main files: classes.jar, AndroidManifest.xml and R.txt maybe only they can be used in some way in b4X projects?