Answer the question
In order to leave comments, you need to log in
How to include a library that is made for Android Studio in Eclipse?
Good morning!
Tell me how to connect this library to the project in Eclipse. The instruction is present only for Android Studio.
https://github.com/mikepenz/MaterialDrawer
Answer the question
In order to leave comments, you need to log in
> how to connect this one
you need more hattepe ..
if we are talking about plugins, then plugins from the studio will not work for eclipse, but if it’s about libs for the application being developed, then it doesn’t matter which IDE (you can do without it at all)
There are several ways:
1. download aar from maven central and connect it.
2. download the sources, which is more preferable, create a project in eclipse, and put src there - into src, res into res, manifest, fix it yourself, view dependencies - and do the same with them if it asks for some left lib, which is in support no.
3. do not use this library, but use the standard solution from Google - DrawerLayout & NavigationView everything that is required in Google's guidelines for MaterialDesign is done there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question