我需要安装Garmin Connect SDK和Eclipse并为Garmin产品创建项目。我正在关注
http://developer.garmin.com/connect-iq/getting-started/
我在Fedora中这样做,因为Connect IQ SDK仅适用于Windows和Mac,我按照site将其安装在Fedora中。根据orx57在该网站上的评论,我在第二步“chmod + x monkeyc monkeydo”之前执行了dos2unix~ / connectiq / bin / cn {c},但在此之后,如果我在控制台中键入monkeyc,则会显示“Command未找到”。如果我在完成上述所有步骤后执行最后一步,则相同。有人可以帮我解决这个可以解决的问题,或者我可以做些什么来使安装工作?
答案 0 :(得分:4)
您还可以查看我的Connect IQ种子项目,其中包含运行和打包项目的脚本 - 您不需要Eclipse或插件 - 只需SDK,它也可以在Linux上运行。 https://github.com/danielsiwiec/garmin-connect-seed
答案 1 :(得分: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)