arduino cannot run because it could not creare a folder to store your sketchbook
win7 64位下打开arduino IDE1.0.4,提示如下错误,晕,谁知道咋办?arduino cannot run because it could not creare a folder to store your sketchbook
用管理员身份运行吧
不保证有效,只能说试一下 你的文档目录不能写?它要在Documents目录下建一个Arduino目录来保存Sketch。 以管理员身份运行了不行 还是不行,win7 和xp的不太一样吧,好像没有专门的我的文档啊 把你的IDE放入D盘试试。现在是不是在C盘哪里运行的? 。。。打了一大段话没了,真是的。 解决方法:
找到arduino安装的路径,按顺序打开arduino-lib-preferences.txt.
用写字板打开后找到下面这段话:
# If you don't want users to have their sketchbook default to
# "My Documents/Processing" on Windows and "Documents/Processing" on OS X,
# set this to another path that will be used by default.
# Note that this path must exist already otherwise it won't see
# the sketchbook folder, and will instead assume the sketchbook
# has gone missing, and that it should instead use the default.
这段话的最下方修改如下(注意1.path=你希望建立文件夹的路径;2.sketchbook前面的#号需要删掉):
sketchbook.path=E:\Documents\Arduino
保存txt,重新打开arduino.exe,看问题是否解决了?
页:
[1]