0

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

jim
  • 8,670
  • 15
  • 78
  • 149

1 Answers1

0

With the Android Gradle Plugin, you can package a library as aar or, if your library doesn't contain Android resources, as a jar using this method.

Community
  • 1
  • 1
rciovati
  • 27,603
  • 6
  • 82
  • 101