Help: Invalid library found in

I tried to add a library manually via the directions I found, but it crashed.
Now I am getting this error with every compile.
Is there some way to manually remove the library attempt ?
Below is the full error.

Invalid library found in C:\Program Files (x86)\Arduino\libraries\RTClib:

Thank You.

Navigate to

via Explorer (Windows) or Finder (Mac), and remove the RTCLib folder.

That worked !

Does that mean the compiler checks all those folders on compile ?
Does every library in that folder get compiled in ?

The C++ compiler does not. The Arduino library discovery system does check all the folders under C:\Program Files (x86)\Arduino\libraries though. This is where the warning about the invalid library came from.

No.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.