Search code examples
androidandroid-studiomobilecamera-view

how to install CameraView


I wanted to use an Android Camera Library called CameraView, https://natario1.github.io/CameraView/about/install. Its documentation says use
api 'com.otaliastudios:cameraview:2.6.1'
but what does that mean?


Solution

  • Just add this line in the dependencies section of build.gradle(Module:app) file