0
votes

.aar files are becoming more and more common in different 3rd part Android SDK. And Appcelerator Titanium Doesn't support them.

So one of the main Titanium advantage ( to create native modules ) is useless.

So, anyone knows how to use the "res" from the .aar file in the module. They have to be accessible as resources from the native sdk.

1

1 Answers

1
votes

You can use Hyperloop to put aar and .jar files into your app/platform/android directory and require them afterwards. Note that Hyperloop requires a Pro license to work with your plan.

Some references:

And for your res question: For the Ti.Facebook module, the Facebook Android SDK (.aar) is extracted and the res directory as well as the resulting .jar file are integrated in the filesystem.