Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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;
like image 605
Rana.S Avatar asked Jul 07 '11 13:07

Rana.S


1 Answers

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

like image 197
Urs Reupke Avatar answered Oct 24 '22 18:10

Urs Reupke