Hi there! I'm newbie here and get stacked with installing libraries. I use all ways suggested to install library. In all cases library appears in libraries list but when i already #include it and try to compile console returns error there is no such file or directory. PS: library manager returns same error and it regards to all libraries
Welcome to the forum
What is the full path to the libraries folder in your sketchbook folder ?
Last time i tried C:\Users\reyye\OneDrive\Documents\Arduino\Libraries
I would start by removing the OneDrive part.
Make C:\Users\reyy\Documents\Arduino\ the sketchbook path.
That should be 'libraries', not 'Libraries'.
doesn't help(
@reyyes which one doesn't help? Moving the sketchbook location out of OneDrive, or changing the folder name from Libraries
to libraries
?
But in IDE preferences exactly this path is used for sketch location
Changing foldername
I understand that. Change the sketchbook location to something that does not relate to OneDrive; the usual one is C:\Users\yourUsername\Documents\Arduino
.
Close the IDE.
Next copy some libraries to C:\Users\yourUsername\Documents\Arduino\libraries and check if the IDE recognises them.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.