Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cordova Phonegap blackberry 10模拟器-“;无法发布启动器对象。这里出了点问题关闭_Cordova_Blackberry 10_Phonegap Build - Fatal编程技术网

Cordova Phonegap blackberry 10模拟器-“;无法发布启动器对象。这里出了点问题关闭

Cordova Phonegap blackberry 10模拟器-“;无法发布启动器对象。这里出了点问题关闭,cordova,blackberry-10,phonegap-build,Cordova,Blackberry 10,Phonegap Build,我正在做一个phonegap项目,并试图在BlackBerry10模拟器上部署它。我的模拟器在VMware player上运行 根据phonegap-Getting started Guide,我试图从命令行在我的BB10模拟器中部署该项目,并得到以下错误- package-app: [mkdir] Created dir: D:\example\build\widget [copy] Copying 25 files to D:\example\build\widget [copy] Co

我正在做一个phonegap项目,并试图在BlackBerry10模拟器上部署它。我的模拟器在VMware player上运行

根据phonegap-Getting started Guide,我试图从命令行在我的BB10模拟器中部署该项目,并得到以下错误-

package-app:
[mkdir] Created dir: D:\example\build\widget
 [copy] Copying 25 files to D:\example\build\widget
 [copy] Copying 3 files to C:\Program Files\Research In Motion\BlackBerry 10
WebWorks SDK 1.0.4.11\Framework\ext
  [zip] Building zip: D:\example\build\cordovaExample.zip

build:
 [exec]
 [exec] D:\example>"C:\Program Files\Research In Motion\BlackBerry 10 WebWor
 ks SDK 1.0.4.11\third_party\node\windows\node.exe" "C:\Program Files\Research In
 Motion\BlackBerry 10 WebWorks SDK 1.0.4.11\lib\bbwp.js" D:\example\build\cordov
 aExample.zip -o D:\example\build --loglevel error
 [exec] [BUILD]   Populating application source
 [exec] [BUILD]   Parsing config.xml
 [exec] [BUILD]   Generating output files
 [exec] [BUILD]   BAR packaging complete

 load-simulator:
 [echo] This tool will not open the simulator for you
 [exec] Info: Sending request: Install and Launch
 [exec] Info: Action: Install and Launch
 [exec] Info: File size: 695220
 [exec] Info: Installing org.apache.cordova.example.testRel_ova_examplefce1a
  a22...
 [exec] Info: Processing 695220 bytes
 [exec] Info: Progress 64%...
 [exec] Info: Progress 100%...
 [exec] actual_dname::org.apache.cordova.example.testRel_ova_examplefce1aa22

 [exec] actual_id::testRel_ova_examplefce1aa22
 [exec] actual_version::1.0.0.0
 [exec] result::success
 [exec] Info: Launching org.apache.cordova.example.testRel_ova_examplefce1aa
  22...
 [exec] Error: Cannot post launcher object, something is wrong

 BUILD FAILED
 D:\example\build.xml:55: The following error occurred while executing this line:

 D:\example\qnx.xml:105: exec returned: 2

 Total time: 10 seconds
现在,一切都很好,直到它说
result:success
,问题就出现了。上面写着“无法发送启动器对象。这里出了点问题”

我是BB环境的新手,我对这里出现的“某些事情”的说法感到困惑。
有人能调查一下这件事,弄清问题所在吗?为什么会出现这种情况?

问题在于模拟器启动。安装VMware player后,一旦BB模拟器在其中使用,请等待环境加载。检查屏幕上出现的黑莓标志,标志周围会出现一个进度条

除非模拟器完全在VMware player中加载,否则无法在其中部署应用程序