0
votes
0answers
28 views

Having trouble to work with zxing 2.2 in eclipse for android

I'm new to java and android and I have been trying to use the qrcode library "zxing" and I just couldn't find out how to.I have read most tutorials, most of them are outdated or I just can't ...
0
votes
0answers
92 views

Generating captioned barcode of type Code 128 using zxing

I'm generating a barcode of type Code 128 using ZXING 2.0 library, but what I want is a caption below the barcode image. The code I am using for generating barcode 128 using ZXING2.0 is: int width = ...
0
votes
0answers
38 views

zxing cannot be resolved or is not a field

I'm a totally beginner in Java, Android programming and Eclipse related. Right now I'm trying to develop a scanner by using zebra crossing (Zxing). I copied all the source from the zxing package. Now ...
0
votes
1answer
1k views

phonegap barcode scanner with eclipse

I created a new android project using this tutorial and it works fine. I then tried to follow this tutorial so i could implement a barcode reading capabilities for my application but i encounter this ...
-2
votes
3answers
387 views

Qr Code generating with ZXING library [closed]

I am new for android eclipse,and i want to know how to configure or use to generat the QR code from zxing library ,a open source from zxing team.,If any alternative is there pls also inform me. So ...
0
votes
2answers
73 views

Error in LogCat while developing a barcode scanner for android

I followed the steps provided in the Zxing project. I have created a single button to scan a barcode. I am using emulator in Eclipse and I am having a webcam(according to the suggestion of @Sean Owen) ...
1
vote
1answer
173 views

ZXing integration with eclipse and android, NoClassDefFoundError

I hae the same problem as all this topics about the problems of getting zxing working on a project in android, but none of the solutions worked for me. This is the error log: 11-09 11:06:16.009: ...
0
votes
0answers
219 views

Android - Open results of zxing qr scanner in the webview of the app

I purchased a webview app template and I have changed one of the buttons in the app to call up the zxing Barcode Scanner But when the scanner is called up, and scans a QR code, it just says "Found ...
0
votes
0answers
128 views

zxing scan via webcam

I have integrated Zxing barcode scanner to my Android app and I want to test it via eclipse emulator using my webcam. Is that possible? Does emulator support scanning via webcam? I try to scan a qr ...
0
votes
1answer
467 views

Error in Integrate zxing barcode scanner into your Android app natively using Eclipse

I am following what is done in this tutorial (Integrate zxing barcode scanner into your Android app natively using Eclipse ) step by step, but the library projhect has more that one error .. such as ...
0
votes
1answer
201 views

How to added customed jar into my android project ? (I added core.jar into my android project but still class not find exception.)

I have downloaded Zxing Barcode Scanner code for android. I added core.jar into my android project build It is can compile but when it run on stimulator still for missing class error ...
5
votes
7answers
4k views

Updating sdk got NoClassDefFoundError for zxing

How to solve this NoClassDefFoundError. I have integrated Zxing in my app, every thing is working fine. Then I have updated my sdk and eclipse plugin, and when I run the project the log says 03-27 ...
0
votes
1answer
246 views

Error whilst implementing zxing

I am using a tutorial to implement the zxing code into my own application. I have followed the code available, however i am receiving an error, can anyone suggest how to fix the error please? package ...
0
votes
2answers
234 views

Selecting “Is Library” in android library project does not retain checked after closing configure build path dialog in eclipse

I am trying to check Is library checkbox in properties>android> "Is Library" checkbox , and i do apply and OK. after i verified in the properties>android the "Is Library" is not checked. i tried ...
-2
votes
1answer
720 views

Zxing QR Code android eclipse. Class which the decoded QR code is displayed?

I currently implemented zxing on eclipse. I would just like to ask where i could find the codes where the decoded QR code text is being outputted? I cant seem to find which part of the zxing library ...
0
votes
1answer
2k views

Importing ZXing project in Eclipse

I'm trying to import the ZXing project in Eclipse, http://code.google.com/p/zxing/ following this guide http://knol.google.com/k/alec-go/modifying-the-android-barcode-scanner/2vd5zn6va2fqd/2# But ...
-1
votes
3answers
1k views

How to properly change the package name in AndroidManifest.xml (e.g. in project zxing/barcodescanner)

I'm pretty new to android development, so I hope my question is easy, but not completely stupid. I'm using Eclipse to build an android application. It is based on the barcode-scanner of the ingenious ...
1
vote
2answers
529 views

How to work include zxing android project to other android project through “Is Library” option?

I have customized the ZXing 1.7 library for my barcode scanning application and marked it as "Is Library" through Project Options in the Project menu of Eclipse.But when i try to add ZXing library to ...
1
vote
2answers
4k views

zxing project on android

Hello everybody Many weeks ago,I tried to work on a mini project on Android OS requires ZXING, I followed several tutorials on this web site and on other Example: tuto1, and many tags and tutorials ...
1
vote
1answer
3k views

Java Unsupported major.minor version 49.0 - where is it coming from?

I have downloaded the zxing Google QR code from SVN and used eclipse to edit one of the class files. I've compiled the changes using ANT and it runs fine locally. When I run it on alive server I get ...