无法安装黑莓应用程序
我使用 JRE 7.0.0 开发了一个应用程序。在模拟器中,该应用程序工作正常,但当我尝试在操作系统 6.0.0 的 9300 中安装该应用程序时,它无法工作。我是否需要使用 JRE 6.0.0 重新编译应用程序,或者我可以更改 .alx 文件中的某些内容吗???
这是我的 .alx
<loader version="1.0">
<application id="Sistema">
<name >
</name>
<description >
</description>
<version >
1.0.0
</version>
<vendor >
BlackBerry Developer
</vendor>
<copyright >
Copyright (c) 2011 BlackBerry Developer
</copyright>
<fileset Java="1.54" _blackberryVersion="[7.0.0)">
<directory >
7.0.0
</directory>
<files >
Sistema.cod
</files>
</fileset>
</application>
I developed an application using the JRE 7.0.0. In the simulator the app works fine, but when I tried to install this application in the 9300 with OS 6.0.0 it doesn't work. Do I need to recompile the application with JRE 6.0.0 or can I change something in the .alx file???
Here's my .alx
<loader version="1.0">
<application id="Sistema">
<name >
</name>
<description >
</description>
<version >
1.0.0
</version>
<vendor >
BlackBerry Developer
</vendor>
<copyright >
Copyright (c) 2011 BlackBerry Developer
</copyright>
<fileset Java="1.54" _blackberryVersion="[7.0.0)">
<directory >
7.0.0
</directory>
<files >
Sistema.cod
</files>
</fileset>
</application>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 blackberry jde 版本 6 编译您的文件,然后它将运行。没有向后兼容性。如果您使用 jde 版本 7 编译该文件,它将在 blackberry 版本 7 或更高版本上运行,而不会在 blackberry 6 上运行,如果您使用版本 6 编译它,它将在版本 6 和高于版本 6。
Compile your file with blackberry jde version 6, then it will run. There is no backward compatibility. If you compile the file with jde version 7 it will run on blackberry version 7 or greater and will not run on blackberry 6 and if you compile it with version 6 it will run on version 6 and greater than version 6.