1. 先下載https://code.google.com/p/zxing/
2. 解壓縮後要編core.jar
進入core中打mvn -DskipTests -Dgpg.skip=true install
基本上要作修改的要編整個core , 如果只想使用的可以用migration
3. 在eclipse中import整個android project
4. properties -> java build path -> add external jar 將剛剛打包好的jar丟入即可