How to add .zip library to new arduino IDE

I want to add RF24.h library, which I have downloaded from Github. In previous versions there was option under library to add a ".zip" one, but in the new 2.0.3 version I am unable to find any option. Any Idea how to do it?

image

Hi @shashwatdubey. The option is in the same place in Arduino IDE 2.x as it was in Arduino IDE 1.x. I'll provide instructions:

  1. Select Sketch > Include library > Add .ZIP Library from the Arduino IDE menus.
  2. Select the downloaded file.
  3. Click the Open button.
  4. Wait for Arduino IDE to show a "Successfully installed library ... notification.
1 Like

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