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 error when running the application:
–The container 'Android Dependencies' references non existing library 'C:\Users\myname\workspace\CaptureActivity\bin\captureactivity.jar'
I just started using ecilpse and phonegap so this might be trivial for some of you but i tried to re-create this application several times and allways ended up with the same errors.
@Yoav, try using my example projects. You should just be able to import them into Eclipse and get the sample project working pretty quickly.
http://simonmacdonald.blogspot.ca/2012/10/barcode-scanner-example-projects.html
As for the problem you are having do you see any errors in the CaptureActivity project that would prevent the jar from being built?