J jay2370 New Member Jun 23, 2024 #1 Hello, very good everyone, I want to make a library in android studio for b4a but I don't know how to do it anymore.
Hello, very good everyone, I want to make a library in android studio for b4a but I don't know how to do it anymore.
Erel B4X founder Staff member Licensed User Longtime User Jun 24, 2024 #2 In most cases it is easier to integrate external jars/aars with JavaObject + #AdditionalJar + inline java. Building a library: https://www.b4x.com/android/forum/t...uild-libraries-without-eclipse.29918/#content Upvote 0
In most cases it is easier to integrate external jars/aars with JavaObject + #AdditionalJar + inline java. Building a library: https://www.b4x.com/android/forum/t...uild-libraries-without-eclipse.29918/#content
J jay2370 New Member Jun 24, 2024 #3 I saw the example and I will also be able to remove internal libraries from android studio and add them to the libs folder to make use of them with the classes that I will create in the src / com / example folder Upvote 0
I saw the example and I will also be able to remove internal libraries from android studio and add them to the libs folder to make use of them with the classes that I will create in the src / com / example folder