Java Question Creating AAR with Android Studio

DonManfred

Expert
Licensed User
Longtime User
Based on this post from @corwin42 i woul like to learn how to develop wraps with android studio to be used with b4a lalter.


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 :)
 

corwin42

Expert
Licensed User
Longtime User
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?

Unfortunately this can't be answered in a few minutes. It took me several days/weeks to find out how to do all things needed in AndroidStudio. I'm still not 100% satisfied with my solution but at least I can compile and gerenate xml/aar/jar just with one click now.

I will try to start something like a tutorial in the next days on this subject. I just want to finish the Preference library first (which will still take some days).