How to import github library in eclipse
-
I am trying to use material designing library https://github.com/drakeet/MaterialDialog from github in my eclipse but I didnt found any jar file in this library project. So how can I use this library in my project in eclipse
-
Answer:
If you have a Gradle build, https://github.com/drakeet/MaterialDialog#step-1, you just add: dependencies { compile 'me.drakeet.materialdialog:library:1.2.2' } As explained in the http://drakeet.me/android-studio, this looks like (in Android Studio)
Praval Sharma at Stack Overflow Visit the source
Other answers
You have to convert this library project from gradle to eclipse. You can get many links over the web for it. Try http://stackoverflow.com/a/10730545/3374189. The library project you are looking is build into android studio(Gradle). So I recommend you to use android studio instead of eclipse.
Hasmukh Barochiya
Did you installed git plugin inside eclipse? and imported this project to your eclipse?
nkRocks
I recommend you to use Android Studio with Gradle support by default. But if you want use Eclipse download Gradle plugin and add this lib as dependency dependencies { compile 'me.drakeet.materialdialog:library:1.2.2' }
Lester
Related Q & A:
- How To Support New Language On Eclipse?Best solution by Stack Overflow
- How to install GitHub setup?Best solution by wiki.unrealengine.com
- How to link the Javadoc of a Library in Eclipse?Best solution by Stack Overflow
- How to import an external library in Android studio?Best solution by Stack Overflow
- What is Android studio library, how to add specific library and use it with my project?Best solution by stackoverflow.com
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.