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:

  1. right click on application->open module settings
  2. click on '+' icon
  3. select root directory library module you'd add.
  4. follow prompts

then, module show in project. then, need add application library dependency. once again, in module settings:

  1. select application module
  2. select dependencies tab on right
  3. click '+' icon on bottom
  4. select module dependency
  5. select desired library module

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -