質問

I want to package and launch my BlackBerry Hello World application for WebWorks. For developement, I am using the Ripple emulator. The Ripple simulator says:

The build and deploy services are not currently running, would you like to start them?

After pressing the button Start Services nothing happens and no errors are in the error console.

役に立ちましたか?

解決 2

In my case, the problem was caused by not running the application from a web server. (I pointed the url directly to the file system.)

他のヒント

There are two reasons this might be happening. The first is that Chrome is preventing this from happening.

  1. Open the Tools --> Extensions screen in Chrome
  2. Enable 'Developer Mode' checkbox if it isn't already
  3. Are you running Chrome in Incognito mode? If so enable the 'Allow in Incognito' checkbox

The other options is that nodejs is being blocked. If you're on windows, I'd suggest making sure that all user permissisons are enabled to allow you to run Chrome in a way that it can launch external processes.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top