2011-06-13 49 views
0

我正在研究條形碼掃描器。如何在Android中實現Zxing Intent Integrator.java

我有Zxing IntentIntegrator.java文件。我不知道如何在我的應用程序中使用這個文件來讓我的應用程序工作。

任何人都可以幫助PLease?

+1

你希望你的應用程序是獨立的,或者你只是想使用intent來調用Zxing。 – Sujit 2011-06-13 08:14:14

+0

我希望它是獨立的。 – Shah 2011-06-13 08:27:29

+0

我嘗試了很多,使我的應用程序與Zxing獨立,但沒有得到任何解決方案。所以我通過意圖打電話給它。這是我的問題在SO http://stackoverflow.com/questions/2690389/zxing-barcode-source-code-integration-to-the-android-project – Sujit 2011-06-13 08:34:05

回答

0

android_integration_supportv4.jar(位於zxing-2.1\android-integration)粘貼到您的eclipse(adt)項目樹中的libs文件夾中。

你應該不是建立在文件夾上點擊右鍵依賴性和選擇

build path->Configure build path... 

在該對話框中單擊Add JAR按鈕,並選擇android_integration_supportv4.jar剛剛添加。