Я пытаюсь скомпилировать zxing по следующей ссылке:
http://code.google.com/p/zxing/source/checkout
, но компиляция не получается.это дает мне следующую ошибку:
Bound mismatch: The generic method of(E, E...) of type EnumSet<E> is not applicable for the arguments (BarcodeFormat, BarcodeFormat, BarcodeFormat, BarcodeFormat). The inferred type BarcodeFormat is not a valid substitute for the bounded parameter <E extends Enum<E>>
Я прочитал разговор между Шоном и Ризом по следующей ссылке:
http://groups.google.com/group/zxing/browse_thread/thread/2c775d28da3c8454/ac2eb3b45cd3f9bd?show_docid=ac2eb3b45cd3f9bd
Я не понял значения
You should not be including
CaptureActivity in your code. You should be including core.jar.
Если я не включу core.jar, я не смогу получить
import com.google.zxing.BarcodeFormat
, так как я могу решить эту проблему.Я пытаюсь понять код, написанный автором ZXING.я не хочу использовать намерение.