无法安装黑莓应用程序

发布于 2024-12-17 06:24:44 字数 809 浏览 2 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聊慰 2024-12-24 06:24:44

使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文