问题描述
我跟着这个IBM工作灯文章说明 -
<一href=\"https://www.ibm.com/developerworks/community/blogs/WASFAQs/entry/using_a_bar$c$c_scanner_with_worklight?lang=en\"相对=nofollow>链接。
I'm followed this IBM Worklight article instructions -link.
在Eclipse的 - 当我尝试运行的酒吧codeScannerSampleBar codeScannerSampleAppAndroid 的 -
。我得到冠军的消息框 - Android的推出
,上面写着:你的项目包含错误
On Eclipse - when I try to run BarcodeScannerSampleBarcodeScannerSampleAppAndroid -I get message box with title - "Android Launch"
, that says:"Your projects contains error".
在标记窗口,我得到这个错误:
At Markers window I get this Error:
The container 'Android Dependencies' references non existing library
'D:\Users\MyUser\workspaceNew\CaptureActivity\bin\captureactivity.jar'
BarcodeScannerSampleBarcodeScannerSampleAppAndroid
Build path
Build Path Problem
目录 - D:\\用户\\ MYUSER \\ workspaceNew \\ CaptureActivity \\ BIN \\
不包含captureactivity.jar
文件。
你知道吗?
谢谢!
Any idea?Thanks!
推荐答案
的Yaniv表示感谢。
Yaniv thanks.
问题是CaptureActivity库。结果
进口的现有的Android code进入工作区之后的,我的生成项目库。结果
然后,它创建一个目录 - D:\\用户\\ MYUSER \\ workspaceNew \\ CaptureActivity \\ BIN \\
与captureactivity.jar
文件中了。
The problem was in CaptureActivity library.
After importing "Existing Android Code Into Workspace", I should BUILD the project library.
Then it create a directory - "D:\Users\MyUser\workspaceNew\CaptureActivity\bin\"
with "captureactivity.jar"
file in it.
谢谢!
这篇关于工作灯6.1 - 酒吧code扫描插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!