这可能是一个令人难以置信的愚蠢问题,但我还没有通过谷歌得到一个明确的答案。 eclipse Blackberry插件是否适用于新版本的Blackberry以及旧版本?我实际上是一个Android开发人员,所以这对我来说是一个很大的变化。任何提示将不胜感激。感谢名单
编辑 You can use the BlackBerry Runtime for Android apps to run Android Jelly Bean 4.2.2 (10.2) platform applications on the BlackBerry 10 OS. If you are developing for a previous version of BlackBerry 10 OS, use Android Gingerbread 2.3.3. To use the runtime, you must first repackage your Android applications to BAR file format, which is the compatible file format required for an application to run on the BlackBerry 10 OS.
来自here。这是否意味着我应该写两个应用程序?一个用于旧的黑莓设备,一个用于新设备?
答案 0 :(得分:0)
我不确定上述内容是否清楚,所以我想我会按照我的理解重申这个位置:
重新打包以在BlackBerry设备上运行的Android应用程序仅可用于BB10和PlayBook设备。这些不能在BBOS设备上运行,即BB 5/6/7。
BB10的后期版本,特别是10.2+,支持使用Jelly Bean 4.2.2开发的Android应用程序。
PlayBook和以前的BB10级别,支持Gingerbread 2.3.3。
例如,运行BB10.1的Z10只能加载使用Gingerbread开发的重新打包的Android应用程序。运行OS 7.0的My Curve无法运行任何Android应用程序。