aguji 发表于 2013-4-7 13:20:25

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

wing 发表于 2013-4-7 13:31:05

用管理员身份运行吧

不保证有效,只能说试一下

peanut 发表于 2013-4-7 13:43:59

你的文档目录不能写?它要在Documents目录下建一个Arduino目录来保存Sketch。

aguji 发表于 2013-4-7 13:49:37

以管理员身份运行了不行

aguji 发表于 2013-4-7 13:52:36

还是不行,win7 和xp的不太一样吧,好像没有专门的我的文档啊

弘毅 发表于 2013-4-7 15:16:03

把你的IDE放入D盘试试。现在是不是在C盘哪里运行的?

/yl阿B 发表于 2014-7-23 13:44:48

。。。打了一大段话没了,真是的。

/yl阿B 发表于 2014-7-23 13:47:45

解决方法:

找到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]
查看完整版本: arduino cannot run because it could not creare a folder to store your sketchbook