Page 1 of 1

BarcodeScanner project incorrectly included with Appery exported Eclipse zip file.

Posted: Fri Jul 26, 2013 10:37 pm
by Carl Ott

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:

This file is automatically generated by Android Tools. Do not modify this file -- YOUR CHANGES WILL BE ERASED! This file must be checked in Version Control Systems. To customize properties used by the Ant build system edit "ant.properties", and override values to adapt the script to your project structure. To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):

#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

android.library.reference.1=../BarcodeScanner

Project target.

target=android-17


BarcodeScanner project incorrectly included with Appery exported Eclipse zip file.

Posted: Fri Jul 26, 2013 11:01 pm
by Igor

Hello Carl,

Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. Have you ever used Barcode Scanner service in your app?


BarcodeScanner project incorrectly included with Appery exported Eclipse zip file.

Posted: Sat Jul 27, 2013 1:12 am
by Carl Ott

I have never intentionally used the Barcode Scanner service.

This same dependency is in at least 3 or 4 of the projects I've tried. Most of them were built following the tutorials on Appery.io.

The two following proejcts with this problem are now shared from my account to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a:

FullContact - Tutorial 9

Location Points w-Backend Services

Thanks,
Carl


BarcodeScanner project incorrectly included with Appery exported Eclipse zip file.

Posted: Sat Jul 27, 2013 2:09 am
by Igor

We'll investigate this issue and let you know about the result.


BarcodeScanner project incorrectly included with Appery exported Eclipse zip file.

Posted: Mon Jul 29, 2013 5:18 am
by Maryna Brodina

Hello! It's not a bug - Barcode Scanner service is included by default when you export app. You can delete it.


BarcodeScanner project incorrectly included with Appery exported Eclipse zip file.

Posted: Mon Jul 29, 2013 1:48 pm
by Carl Ott

Ok thanks. That should work for now. It was odd because it threw a bad reference in eclipse.