Search code examples
androideclipseandroid-studiozxing

How to import open source library as an external project into Android Studio?


I want to change some thing in this open source library: https://github.com/zxing/zxing , my question is how to add this library as an external project in my project in Android Studio such as we were doing previous in Eclipse to can change any thing I want in it ?


Solution

  • File-->New-->import Module.

    File -->Project Structure-->click on '+' Left Corner-->Module Dependency.