Question

enter image description here

I just updated to the question below... I alr sorted the build thing out since I did it in the wrong path...but I still got the follow error ! Need helps since I don't understand what it is ! :) Thank you !

=================================

I need some helps ! I got the error message while I am doing ”ant -f core/build.xml" I got the

Buildfile:core.build.xml doesn't exist ! Buildfail !

I followed the steps from this :Integrating the ZXing library directly into my Android application

How do we sort it out? :)

Thank you ! I am trying to use Scanner in my app

Was it helpful?

Solution

Go to folder which is root folder for zxing project ( may be "zxing" is the name of root folder) from cmd prompt.

Make sure you have ant installed.(Check this)

run cmd :

ant -f core/build.xml

If error related to tools.jar comes, copy tools.jar to desired location.

OTHER TIPS

Read the error: Access is denied

You have some kind of permissions problem in your local copy.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top