Please confirm whether there is a bug & planned fix with the eclipse package builder.
I find that projects which make no reference created by me to the BarcodeScanner still have a BarCodeScanner project included in the exported Eclipse zip file. Even after importing the intended project to Eclipse, it's project.properties file has what appears to be a bad Ant reference to the undesired BarcodeScanner project:
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
android.library.reference.1=../BarcodeScanner
Project target.target=android-17