Arduino IDE - No such file or directory

Arduino IDE is so frustrating i keep getting this error when i know the files exist
Libraries folder is read only and i want to store my library files in my sketch directory

Any tips and tricks?

Hi,
Arduino Sketch specification is here:

You can install libraries to src sub-directory.

FYI
I prefer Visual Studio Code + PlatformIO.

1 Like