How do you install a custom library in android studio?
android, android-studio
Solution
here's an answer describing how to clone libraries from github via android studio.
you than need to add reference this library to your project through:
File -> Project Structure -> Modules
Problem
What I want to do is reference this Two Way Grid View library and use the control in my project instead of the standard gridview. It doesn't seem to be compiled in any way (can you compile java/android libraries?), so I tried creating a new project for it and then adding a reference to this project in the Project Structure window. This added the whole folder to the External Libraries node, but I can't seem to be able to reference anything in it. I'm not sure that any of what I've tried is correct, so could someone step me through this (very basic) task? Thanks.