测试 webworks 黑莓应用程序
我有四个文件(config.xml、index.html、scripts.js 和 styles.css)。 html 有一个画布和一个供用户输入的表单。我想在黑莓模拟器上运行(Torch 版本 6...)。我创建了所有这些文件的 zip 文件。然后创建一个bin文件夹。现在,当我运行模拟器并加载应用程序时,我要么出现白屏,要么出现以下错误:资源不存在。 这是配置文件代码:
黑莓测试
I have four files (config.xml, index.html, scripts.js, and styles.css). The html has a canvas and a form for users input. I want to run on blackberry simulator (Torch version 6...). I create a zip file of all those files. Then create a bin folder. Now when I run the simulator and load the application, I have either blanc screen, either the following error: Resource does not exist.
Here is the config file code:
BlackberryTest
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有同样的问题。您需要在本地资源名称前使用 local:/// 前缀才能访问它。
I had the same problem. You need to use local:/// prefix before the name of the local resource to access it.