To import an aar
file, I did a (File -> New Module -> Import .aar) and was able to include local AAR file in Android Studio project and project builds successfully.
Two questions.
- How to make android studio list classes in an aar file as it lists classes in jar files ? ( See the image, listing for
support-annotations-21.0.3.jar
and no listing forappsdk.aar
file. ) - Version management of local aar file - While using a local aar file, is there any way, to make sure AAR file imported is of a particular version ?