Skip to content

When installing library through the library manager, it does not show to include in the code and does not show examples #192

Closed
@MicSG-dev

Description

@MicSG-dev

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]

Activity

transferred this issue fromarduino/Arduinoon Mar 10, 2021
kittaakos

kittaakos commented on Mar 11, 2021

@kittaakos
Contributor

it does not appear in the Sketch -> Include Library menu to include the library in the code

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's lib 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

MicSG-dev commented on Mar 11, 2021

@MicSG-dev
Author

Got it. Thanks for the clarification.

per1234

per1234 commented on Oct 28, 2021

@per1234
Contributor

Fixed by 68af4c3

added
topic: codeRelated to content of the project itself
and removed on Oct 28, 2021
self-assigned this
on Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @kittaakos@per1234@MicSG-dev

      Issue actions

        When installing library through the library manager, it does not show to include in the code and does not show examples · Issue #192 · arduino/arduino-ide