Zxing project as library in a project won't build

Posted by iie on Stack Overflow See other posts from Stack Overflow or by iie
Published on 2012-10-23T10:57:40Z Indexed on 2012/10/23 11:00 UTC
Read the original article Hit count: 274

Filed under:
|

( again ) I want to use the ZXing library in my project, I followed this tutorial http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-using-eclipse/ [ only difference I'm using netbeans ]after building zxing android project and marking it as a library, I wanted to od it as a library in my own project. After doing it, I can't build it. It looks like the R file can't be created in both [library and myProject ] for example:

 error: constant expression required
        case R.id.zxinglib_auto_focus:

© Stack Overflow or respective owner

Related posts about android

Related posts about zxing