微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Ubuntu 安装Arduino报错cc.arduino.arduinoide.xml does not exist解决

安装Arduino 1.8.2时报的这个错误, 在 Cannot install arduino-1.8.2 #6116 找到了解决办法:

I had the same problem while installing Arduini IDE 1.8.2 on a Ubuntu machine. The resource name in the install.sh file is wrong. When I looked in the Arduino-1.8.2/lib there is a file named arduino-arduinoide.xml file. So I changed the “RESOURCE_NAME=cc.arduino.arduinoide” to “RESOURCE_NAME=arduino-arduinoide” and then run ./install.sh and that worked fine for me.

很简单,用Gedit打开install.sh,把 RESOURCE_NAME=cc.arduino.arduinoide 更改为 RESOURCE_NAME=arduino-arduinoide 就好了.

原文地址:https://www.jb51.cc/ubuntu/353510.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐