我正在研究條形碼掃描器。如何在Android中實現Zxing Intent Integrator.java
我有Zxing IntentIntegrator.java文件。我不知道如何在我的應用程序中使用這個文件來讓我的應用程序工作。
任何人都可以幫助PLease?
我正在研究條形碼掃描器。如何在Android中實現Zxing Intent Integrator.java
我有Zxing IntentIntegrator.java文件。我不知道如何在我的應用程序中使用這個文件來讓我的應用程序工作。
任何人都可以幫助PLease?
請嘗試以下鏈接:http://www.falatic.com/index.php/12/building-zxing-for-android-part-3-using-eclipse這有助於將zxing條形碼掃描儀與我們的應用程序集成。
將android_integration_supportv4.jar
(位於zxing-2.1\android-integration
)粘貼到您的eclipse(adt)項目樹中的libs
文件夾中。
你應該不是建立在文件夾上點擊右鍵依賴性和選擇
build path->Configure build path...
在該對話框中單擊Add JAR按鈕,並選擇android_integration_supportv4.jar
剛剛添加。
你希望你的應用程序是獨立的,或者你只是想使用intent來調用Zxing。 – Sujit 2011-06-13 08:14:14
我希望它是獨立的。 – Shah 2011-06-13 08:27:29
我嘗試了很多,使我的應用程序與Zxing獨立,但沒有得到任何解決方案。所以我通過意圖打電話給它。這是我的問題在SO http://stackoverflow.com/questions/2690389/zxing-barcode-source-code-integration-to-the-android-project – Sujit 2011-06-13 08:34:05