> i am trying to install zxing on android 2.0 emulator but i am getting > an "INSTALL_FAILED_CPU_ABI_INCOMPATIBLE" error. > > i know why this error occurs -- please refer the post below > > http://groups.google.com/group/android-developers/browse_thread/thread/bd91d8a89215ecaf/e4e4dfeb49d77a69?lnk=gst&q=INSTALL_FAILED_CPU_ABI_INCOMPATIBLE#e4e4dfeb49d77a69 > > now how do i install zxing on android 2.0?? Do i have to compile the > whole code in NDK or anything else?? > > plz suggest...
Bear in mind that ZXing is not very useful on the emulator, since you have no camera. ZXing works fine on Android 2.0/2.1 hardware, so I assume there's an issue with the packaging that is causing problems specifically with the emulator. You might consider asking the ZXing team directly if they have experience using ZXing with an emulator. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

