I really don't know how to use zxing libraries.
I downloaded the zxing-1.7.zip and zxing-2.zip and I configured the path of the Android project to include them as libraries. I'm trying to use i.e: IntentIntegrator
but it is not available. Also I tried to use import zxing
but it gives me error.
My question is: how to import the zxing-1.7.zip and zxing-2.zip the .jave file?