Based on this post from
@corwin42 i woul like to learn how to develop wraps with android studio to be used with b4a lalter.
You can create your wrapper library in AndroidStudio and create an AAR which can be used (more or less) directly with B4A. You only need an empty .jar file and a DependsOn annotation that includes your aar. My latest libraries are good examples. The DesignSupport library has just an empty .jar file. All the code is in the .aar.
Could you (or any other) please describe the steps i need to go in Android Studio when i start a wrap for any third party library?
As of now i´m still using eclipse. Copy a template to my workspace, import the project in eclipse, add the jar´s needed to the libs folder and so on...
I´m using slc to compile. now.
If there is a way to develop it in android studio and create directly a aar with all the code (instead of adding them to the compiled jar) i would really love to learn how to
