i have aar file and i want use it in b4a, for payment gateway. can i convert the aar library to b4a library?
i had to show this post https://www.b4x.com/android/forum/t...add-aar-in-eclipse-project.67741/#post-429216
but i don't understand how to add
Please Help me,
@Erel
i had to show this post https://www.b4x.com/android/forum/t...add-aar-in-eclipse-project.67741/#post-429216
but i don't understand how to add
.In the @DependsOn annotation you should write: @DependsOn(values={"NameOfTheAAR.aar"})
Please Help me,
@Erel