I’m trying to compile the ZxING BarCode scanner, that comes from default for SDK 7. The problem here, is that I want to compile and test it on a SDK 4 device, so when I change in properties the android version and the target SDK on the ManifestFile a lot of errors appears. Is there a minimum SDK requirement for ZXING? Is there a version of the zxing library for older SDK’s?
Share
Yes apparently so, SDK 7 =). Yet another reason to integrate with intents rather than including your own copy of the library.
The All Downloads page on zxing site contains links to old versions of the project zip. Perhaps one of the deprecated versions will work for you? (although at the cost of losing anything that got fixed with newer versions)