How do I Import a library from github in Android Studio?
-
[I'm a newbie] I want to include a git library in android studio -> https://github.com/florent37/MaterialViewPager I tried this. New-> import module -> downloaded file address But it's giving some errors.
-
Answer:
You dont have to import a module . Just put the path in your build.gradle dependencies and use it as described. e.g: dependencies { compile ('com.github.florent37:materialviewpager:1.0.3.2@aar'){ transitive = true } }
Prathmesh Deshmukh at Stack Overflow Visit the source
Related Q & A:
- How do I do a HTTP GET in Java (android?Best solution by Stack Overflow
- In Visual Studio 2012 or 2013, how can I register a DLL file on Windows 7 64-bit computer using a Custom Action command?Best solution by Stack Overflow
- How do I import a yahoo email list into my yahoo group?Best solution by Yahoo! Answers
- How can I import a recording from GarageBand to iTunes?Best solution by Yahoo! Answers
- How can I import a video into my computer?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.