0

I've a project in Android Studio and I want import a library ZXing. I downloaded the folder not the jar but how can I import it? thanks

1 Answers1

3

Follow below steps:

  1. Goto File
  2. Click -> Import Module...
  3. Then select you library project folder.

After importing library project.

  1. Goto File
  2. Click-> Project Structure
  3. Select your main project from Module section [Left Pane]
  4. Then click on Dependency Tab on Right Side
  5. Click on + icon on Right Side -> Select Module Dependency -> Choose Module
Sagar Zala
  • 4,854
  • 9
  • 34
  • 62