Java Question How do i create an aar archive?

DonManfred

Expert
Licensed User
Longtime User
I´m wondering how i could create an aar archive for a third party lib which is available in source format, resources and so on.

Yesterday i tried to create an aar for my MaterialDateTimePicker and i got it working (creating an aar from Android Studio).

Yesterday in the evening and today i´m trying to create more aar´s but failed so far.

Mostly i get the error
androidstudio0018.png



Now i guess it was by accident to get it working yesterday for the TimePicker. Maybe it is not possible to do for all projects i found on Github...

Does anyone know a Tutorial on how do i create an aar for a library which is using Resources and Additional assets???
 
Top