Library error

So i have an esp8266 and the library ESP8266WiFi doesent work and in the library manager whrn i type esp8266 it doesent show the esp8266 by ESP8266 Comunity but it does show othe esp8266 libraries.
P.S. i did add the jason esp link in preferances. thanks in advance.

So i have an esp8266 and the library ESP8266WiFi doesent work

More information needed

SO i tryied to reinstal but nothing helped i cannot find the library. attachment

Those pictures are a waste of time.

Please post the code and error messages as text

See read this before posting a programming question

a_kiselev_private:
the library manager whrn i type esp8266 it doesent show the esp8266 by ESP8266 Comunity but it does show othe esp8266 libraries.

That's because it's not a library. It's a hardware core. Hardware cores are installed using Boards Manager, not Library Manager. Here's how you install it:

  • Tools > Board > Boards Manager
  • Wait for the downloads to finish.
  • Scroll down through the list of available hardware cores until you see "esp8266 by ESP8266 community". Click on it.
  • Click the "Install" button.
  • Wait for the installation to finish.
  • Click the "Close" button.

After doing that, you will now find a list of ESP8266 boards have been added to the Tools > Board menu. Since it's bundled with the ESP8266 hardware core, the ESP8266WiFi library will be available for you to use when you have one of those boards selected. Please note that this library can only be used when directly programming an ESP8266. You can't use it if you have an ESP8266 connected to a standard Arduino board like an Uno.

Hello,
for some unknown reason i cannot find the esp8266 by ESP8266 Comunity library in the library manager. Although 2 months ago the libraries where working. I dont know if this is related but i put the aditional bords link: http://arduino.esp8266.com/stable/package_esp8266com_index.json, i chose the nodemcu 1.0 board but the library still didnt show up. Thanks in advance!

it is in Boards Manager

I already explained the problem to you in your original thread:
https://forum.arduino.cc/index.php?topic=626942

If you don't understand my answer, or you're still having a problem, then comment in that thread instead of starting another one.

Threads merged.