Glenn Townsend
Posts: 0
Joined: Mon Mar 10, 2014 2:37 pm

Why is Barcodescanner project always included !

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?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Why is Barcodescanner project always included !

Hello,

This is default project module you can exclude it from eclipse project if you don't need it, but if you don't know how to do this it's better don't do this.

Glenn Townsend
Posts: 0
Joined: Mon Mar 10, 2014 2:37 pm

Why is Barcodescanner project always included !

Well nobody will need it as it's a demo project. I find it very strange that you can't just start a blank project rather than one you create having references to something you don't want.

Why does the code in my App refer to that default module?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Why is Barcodescanner project always included !

Hi Glenn -

It is a necessary folder for Android project.

Return to “Issues”