What Do I Need To Do After Importing Aar With File|new|newmodule?
I am trying to use the library android-simple-storage from github. Most of the questions about aar files are for AS previous to 1.3 and do not answer this specific question. I down
Solution 1:
Also, don't forget to compile it into your gradle settings.
You can do this by opening project settings and adding the new module to your app's dependencies tab.
Post a Comment for "What Do I Need To Do After Importing Aar With File|new|newmodule?"