Like the title says, why are some library examples do not load in Arduino IDE 2.0? E.g. the library "LiquidCrystal_I2C" examples do not load in Arduino 2.0. What is missing in the lib definition to fix this issue with older libraries?
It could be the file extension on the files that make up the libraries.
As an added bonus IDE 2 will only allow the .ino where as the version 1.x allowed the file extensions of the Processing language as well. These are .pde files.
So if you see a .pde file just rename it with a .ino extension.
I'm having the same issue. This is very confusing. I'm trying to add a library but not working.
I'm attempting to use a Kuman 3.5 touch screen for the first time, but can't seem to load the libraries correctly. I'm using IDE 2.0.4. Can anybody help me?
Concerning my problem, it's not about loading the library, but about opening the examples. @Grumpy_Mike solution fixed it. Just rename the .pde in the library examples folder to .ino.
In order to make all relevant information available to any who are interested in this subject, I'll add that the Arduino IDE developers are tracking this bug here:
If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.
It is not clear to me whether the @kasari62's issue is the same as the one tracked at the link I shared.