Search code examples
androidimagecrop

How to add external libraries in to my android camera application using Android Studio?


In my Camera Application, i have to use editors(crop,rotate,contrast,sharpen) for images. Some tutorials will say by using some libraries will support those features. But there is no clear description about how the library files will include within the project.

Send me any easiest and clear description of including external library inside my android application.

Thanks in Advance!


Solution

  • file->project Structure->app-> Dependencies

    enter image description here