Android Development
Using .AAR (Android Archive Library) libraries with Eclipse
As you know Android Studio able to use .AAR (Android Archive Library) libraries in the projects. To use it in Eclipse you need just UNZIP this AAR library and get all JARs and Resources from this lib. Also it isn’t beautiful solution but it works for Eclipse. Please let me Read more…