androidandroid-gradle-pluginlibrary-project

How to use a library project in android studio


I have been trying to add this library project to my existing project in Android Studio. It's the first time I am going to use a library project and I am having tough time. I have looked around for many ways to do this from tutorials and posts around but couldn't get it done.


Solution

  • I'm not sure if it's already possible to add a library project via the IDE (-> without any problems). I do this by configuring the gradle files of my project like this:

    Please try this. If you get errors please post the log file.