SIK-Guide-Code icon indicating copy to clipboard operation
SIK-Guide-Code copied to clipboard

Problem installing SIK Guide Code on Arduino IDE on MacOS

Open piovac opened this issue 5 years ago • 1 comments

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:

  1. I created the Contents/Resources/Java manually and drag the folder and it does not seem to work.
  2. I also tried to drag the folder into Contents/Java and Contents/Java/libraries and still not working.
  3. 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?

piovac avatar Dec 22 '20 16:12 piovac

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.

piovac avatar Dec 22 '20 23:12 piovac