SIK-Guide-Code
SIK-Guide-Code copied to clipboard
Problem installing SIK Guide Code on Arduino IDE on MacOS
The guide suggest to install the examples in the Arduino IDE by dragging the SIK-Guide-Code-master folder into Contents/Resources/Java. Unfortunately, the folder doesn't not exist. I tried different paths:
- I created the
Contents/Resources/Javamanually and drag the folder and it does not seem to work. - I also tried to drag the folder into
Contents/JavaandContents/Java/librariesand still not working. - Also tried to install int as a .ZIP library.
It seems the right way to install examples is through the Install Libraries option from the IDE menu, but the zip file from GitHub is missing the library definition files, so it is not recognized as such.
Suggestions?
SOLVED
To do the execute the tutorial as in the guide the SIK-Guide-Code-master folder need to be dragged into Contents/Java/Examples and not in Contents/Resources/Java as mentioned in the Readme.md file.