从 Eclipse 构建 BlackBerry Widget 时,.cod 文件放置在哪里?
我正在尝试各种移动平台,这是我使用 BB 的第一天。
我正在使用 2.0.0 中的 Web Plug 和 SDK 1.0.0。当我尝试在模拟器中运行示例之一(5.0.0.469,Storem 2 9550)时,
当我运行 BB 小部件时,我在 eclipse 控制台中得到以下内容,但我找不到要加载的 .cod 文件到模拟器。请帮忙!!顺便说一句,我正在使用 xp 和 jdk6 update 18
BUILDING upComingAppointment cmd.exe /c bbwp C:\tshenWorkSpace\blackberry\upComingAppointment\b uild\upComingAppointment.zip /o C:\tshenWorkSpace\blackberry\upComingAppointment\b uild 构建成功
构建 upComingAppointmentcmd.exe /c bbwp C:\tshenWorkSpace\blackberry\upComingAppointment\b uild\upComingAppointment.zip /o C:\tshenWorkSpace\blackberry\upComingAppointment\b uildBUILD SUCCESS************ **********************************
I am experimenting with various mobile platforms, and this is my first day with BB.
I am using Web Plug in 2.0.0 with SDK 1.0.0. As I am trying to run one of the samples in the simulator (5.0.0.469, Storem 2 9550)
When I run the BB widget, I got the following in the eclipse console, but I could not find the .cod file to be loaded to the simulator. Please help!! By the way I am using xp and jdk6 update 18
BUILDING upComingAppointment
cmd.exe /c bbwp C:\tshenWorkSpace\blackberry\upComingAppointment\b uild\upComingAppointment.zip /o C:\tshenWorkSpace\blackberry\upComingAppointment\b uild
BUILD SUCCESS
BUILDING upComingAppointmentcmd.exe /c bbwp C:\tshenWorkSpace\blackberry\upComingAppointment\b uild\upComingAppointment.zip /o C:\tshenWorkSpace\blackberry\upComingAppointment\b uildBUILD SUCCESS******************************************
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有在 BlackBerry 上开发 Widget 的经验,但查看文档,它说 COD 保存在您编译小部件时创建的 /bin 文件夹中。
I have no experience with Widget development on BlackBerry but looking at the docs it says the COD is saved in the /bin folder that you created when you compiled the widget.