ashroof7 / Shopping-Droid

Database integrated, and barcode reader android app that provides location based information about scanned item

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

barcode lib compression

ashroof7 opened this issue · comments

compress the barcode packages into a jar file or an external project.

@Nesma 👍 the problem was with how the android sdk compiles the build path.
conclusion don't just add the jar to the build path. Put the jar inside {project home dir}/libs, and it works 🎉