Multiple errors when trying to integrate barcode scanner application in my own android application -


i'm pretty new in android programming, sorry if going ask dumb questions.

i'm creating application, , i'm trying integrate zxing barcode scanner, following instructions here: http://code.google.com/p/zxing/source/browse/trunk/android-integration/src/com/google/zxing/integration/android/intentintegrator.java

what i've done far. i've created buttons application, , put action on click button supposed use zxing scanning. value: intentintegrator. i've copy-pasted code link file intentintegrator.java package. following advices given in eclipse i've created intentresult class in com.google.zxing.integration.android package.

here in moment. 2 days i've been reading advices, opinions, i've done started beginning didn't work. i'm trying again. can tell me please, step step, how integrate app in own? or if right i've done far, why when run android project on emulator, @ least 20 errors, these exemple: http://s17.postimage.org/n9w5lddof/errors.png

thank you!

you have done right thing. including multiple copies of intentintegrator or have compiled against different version bundling. is, no have not integrated correctly indicated.

the fastest thing copy both classes source tree. no other jars or source files needed.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -