20

How can I add aar-module into the project in IDEA (without gradle, using ant)?

user1468102
  • 391
  • 5
  • 16

2 Answers2

1

With Android Studio, that is pretty the same, the only solution I found was to extract the .aar content in a folder to use with the import module procedure. (File -> Project Structure... -> Modules -> + button -> Import module)

If that doesn't work check if in the above extracted folder there is a .jar file and try to load it as external library (File -> Project Structure... -> Libraries)

Joe Aspara
  • 1,137
  • 1
  • 13
  • 26
-1

in android studio go to file/new/new module then select new module from existing aar package

ajacian81
  • 7,419
  • 9
  • 51
  • 64
Moshi Hp
  • 42
  • 4