AndroidScannerDemo
AndroidScannerDemo copied to clipboard
Not able to reslove this. Any one can help?
Error:(33, 0) Project with path ':scanlibrary' could not be found in project ':app'. Open File
@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'