Import spinnerwheel module to android studio -
how can import library project in android studio spinnerwheel
download zip github
you should put library modules inside application project. in order specify module dependency, simply:
- right click on application->open module settings
- click on '+' icon
- select root directory library module you'd add.
- follow prompts
then, module show in project. then, need add application library dependency. once again, in module settings:
- select application module
- select dependencies tab on right
- click '+' icon on bottom
- select module dependency
- select desired library module
Comments
Post a Comment