I "Create New App" called say "Test_App". After creating my new app I open it and go to "Source" then "ANDROID" and there are 2 complete projects:-
"BarcodeScanner" and mine "Test_App" ! Why has it made that, I don't want it.
If I delete the "BarcodeScanner" app my code is still left with tons of references to barcodescanner and will not compile in Eclipes.
Even the default.properties refers back to it:-
Project target.target=android-8
android.library.reference.1=../BarcodeScanner
Is this correct? Do we have to have this other FULL project with our own?