运行 'pebble install' 在 Mac 上给出错误
Running 'pebble install' gives error on Mac
我正在尝试 运行 pebble install
Mac。我已经安装了 Pebble SDK,我可以启动 Pebble 模拟器...但是我无法启动 phone 模拟器。
当我 cd
进入我的应用程序目录并 运行 pebble install
时,它返回:
[INFO ] Starting Pebble emulator...
[INFO ] Starting phone simulator...
[ERROR ] Could not connect to phone at localhost:12342. Ensure that
'Developer Connection' is enabled in the Pebble app.
我的 phone 上没有 Pebble 应用程序,也没有 Pebble 手表。
我该如何解决这个问题?
提前致谢,
Fjpackard.
我终于明白了!我已经安装了 Python 3.4,所以即使我安装了 Python 2.7,它还是有点乱:/我刚刚卸载了 Python 的两个版本,然后重新安装了 2.7,它工作得很好! =)
我正在尝试 运行 pebble install
Mac。我已经安装了 Pebble SDK,我可以启动 Pebble 模拟器...但是我无法启动 phone 模拟器。
当我 cd
进入我的应用程序目录并 运行 pebble install
时,它返回:
[INFO ] Starting Pebble emulator...
[INFO ] Starting phone simulator...
[ERROR ] Could not connect to phone at localhost:12342. Ensure that
'Developer Connection' is enabled in the Pebble app.
我的 phone 上没有 Pebble 应用程序,也没有 Pebble 手表。
我该如何解决这个问题?
提前致谢, Fjpackard.
我终于明白了!我已经安装了 Python 3.4,所以即使我安装了 Python 2.7,它还是有点乱:/我刚刚卸载了 Python 的两个版本,然后重新安装了 2.7,它工作得很好! =)