AndroidScannerDemo icon indicating copy to clipboard operation
AndroidScannerDemo copied to clipboard

Not able to reslove this. Any one can help?

Open SuryaChundawat opened this issue 8 years ago • 1 comments

Error:(33, 0) Project with path ':scanlibrary' could not be found in project ':app'. Open File

SuryaChundawat avatar Sep 02 '17 12:09 SuryaChundawat

@SuryaChundawat you have to include the scanlibrary in your project. Go to your settings.gradle file and you will see the line include ':app'. Add a second line saying include ':scanlibrary' or simply do one liner include ':app', ':scanlibrary'

MincDev avatar Jul 24 '18 11:07 MincDev