Download that zip from github
You should put your library modules inside the Application Project. In order to specify a module dependency, simply:
- Right click on Application->Open Module Settings
- Click on the ‘+’ icon
- Select the root directory for your library module you’d like to add.
- Follow the prompts
Then, this module will show up in your project. Then, you need to add it to Application as a library dependency. Once again, in your Module Settings:
- Select your Application module
- Select the Dependencies tab on the right
- Click the ‘+’ icon on the bottom
- Select Module Dependency
- Select your desired library module
solved Import spinnerwheel module to android studio [closed]