I know there was an issue in the past with Eclipse ADT where you could not compile a library project to a JAR if it contained resources.
Is it possible to do this with Android Studio and compile to an AAR file? I would also like to convert the AAR file to JAR and need to know if this will cause issue.
Thanks