Skip to content Skip to sidebar Skip to footer

Android Zxing Implementation

I created a project with the ZXing source code. That works fine. After I changed the package name com.google.zxing.client.android to com.google.zxing.client.android.vofox B

Solution 1:

Change com.google.zxing.... to com.yourpackage name under layouts/capture & layouts-ldpi @ line

com.google.zxing.client.android.ViewfinderView

It solves the problem... It did for me!!!

Cheers!!

Post a Comment for "Android Zxing Implementation"