2

我需要安装 Garmin Connect SDK 和 Eclipse 并为 Garmin 产品创建项目。我正在关注

http://developer.garmin.com/connect-iq/getting-started/

我在 Fedora 中执行此操作,因为 Connect IQ SDK 仅适用于 Windows 和 Mac,我正在关注此站点以在 Fedora 中安装它。根据该网站上的 orx57 评论,我在第二步“chmod +x monkeyc monkeydo”之前执行了 dos2unix ~/connectiq/bin/monkey{c,do} 但在此之后,如果我在控制台中键入 monkeyc,它会显示“命令未找到”。如果我在完成上述所有步骤后执行最后一步,它也是一样的。有人可以帮我解决这个问题吗?或者我该怎么做才能使安装正常工作?

4

2 回答 2

5

您还可以查看我的 Connect IQ 种子项目,其中包含运行和打包项目的脚本 - 您不需要 Eclipse 或插件 - 只需 SDK,它也可以在 linux 上运行。 https://github.com/danielsiwiec/garmin-connect-seed

于 2016-09-02T01:00:34.650 回答
0

"Command Not Found" - this means that the file is not found. Try execute export PATH=$PATH:~/connectiq/bin

Or if you have edited .bashrc, then you must restart the console (logout-login)

于 2016-08-31T12:05:52.063 回答