)
Phonegap で作成したアプリを BlackBerry Z10 デバイスにデプロイしたいと考えています。
Phonegap で Hello World 基本アプリを作成し、ターミナル (Mac OS Lion) で次のコマンドを実行しました。
/Users/macbook/Documents/BB10APP/cordova/run BBZ10
すべてが正常に動作しているように見えますが、最終的に接続エラーが発生します:
[BUILD] BAR packaging complete Error: Error: Cannot connect: Connection to https://169.254.x.x:443 refused. Please check IP address settings for the target. You may have to reboot the target.
What could be the problem with the connection?
And is there some other tools that I can use to just send the app via USB to the device like on Android?
Thanks :-)