I'm trying to implement the BarcodeScanner plugin for Android. I'm just trying to get a sample test project up and running as a proof of concept.
I followed the instructions in the README.md file but there appears to be some error with the zxing library that the plugin uses. In the HoneycombAsyncTaskExecInterface.java file, there is a line that references the AsyncTask.THREAD_POOL_EXECUTOR, which Eclipse apparently doesn't like. It gives me an error saying it can't find an identifier for THREAD_POOL_EXECUTOR and so it won't let me build.
Anyone have any suggestions?
Thanks,
Zack