Closed
Description
When installing a library through the library manager, it does not appear in the Sketch -> Include Library menu to include the library in the code. There are also no examples from the library in the File -> Examples menu.
I installed the arduino IDE 2.0 by zip. I don't know if it interfered with anything.
IDE Version
Version: 2.0.0-beta.3
Date: 2021-02-26T10:48:13.025Z
CLI Version: 0.16.1 alpha [76f55490]
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
kittaakos commentedon Mar 11, 2021
Did you select a board, @MicSG-dev? You have to select a board to populate the
Include Library
menu. Under the hood, the IDE uses the CLI'slib list
command filtered by the FQBN of the currently selected board. If you do not select a board, the IDE shows nothing.screencast.2021-03-11.10-54-25.mp4
MicSG-dev commentedon Mar 11, 2021
Got it. Thanks for the clarification.
per1234 commentedon Oct 28, 2021
Fixed by 68af4c3