dm77 / ZBarScanner

This is an Android library project that simplifies the usage of the ZBar SDK for scanning bar codes from within your Android application.
295 stars 184 forks source link

Can't call the classes from ZBarScannerActivity #5

Closed jhysum closed 11 years ago

jhysum commented 11 years ago

Hey,

I downloaded your scanner, and made it into a library. Then i went and added it to my current android app as a library. I want to call ZBarScannerActivity but it doesn't exist. i can't import com.dm.* either. Not sure what im doing wrong.

Thanks