Zxing 2.2 import as a library project(not .jar) in eclipse
I have downloaded the zxing 2.2 code from the below link https://code.google.com/p/zxing/downloads/list My requirement is to import the "core" project into eclipse and add few code into it. then mark it to be library project. I want to include this library project into barcode scanner sample app and use the barcode scanner app as library from my project. Solved prerequisties download latest zxing package. Process 1 create a java project in eclipse.and name it to something like ZxingCore. copy and paste complete src folder inside core folder. In case you need to edit any code, you can do it.