Zxing library minimium SDK & core.jar?

Yes apparently so, SDK 7 =). Yet another reason to integrate with intents rather than including your own copy of the library.

Up vote 0 down vote favorite share g+ share fb share tw.

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? Android sdk zxing link|improve this question asked Mar 5 at 15:27Pedro Teran3509 78% accept rate.

" 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).

Thanks for the link, I didn't find it on the zxing page. Also, as everybody says the intent is always the best option if the user have access to the android market. – Pedro Teran Mar 5 at 16:19 Actually, there is no need for the market...Zxing makes the Barcode Scanner apk file available for direct download from their website.

Code.google.com/p/zxing/downloads/… – Tim Mar 5 at 16:22 great idea! That's better than being compiling zxing – Pedro Teran Mar 5 at 16:25.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions