Package com.google.zxing missing in Zxing barcode library for Android

Rana.S picture Rana.S · Jul 7, 2011 · Viewed 18.3k times · Source

I have downloaded the Zxing Barcode Scanner code for Android, but I can't find the package com.google.zxing in the source code. I think there's a missing library or JAR file for the project. Can anybody help me find that package?

These are the unresolved imports:

  import com.google.zxing.BarcodeFormat;
  import com.google.zxing.Result;
  import com.google.zxing.ResultMetadataType;
  import com.google.zxing.ResultPoint;

Answer

Urs Reupke picture Urs Reupke · Jul 7, 2011

The classes you are looking for are in the core module.