C:\Users\Keerthana\OneDrive\ドキュメント\Arduino\sketch_oct21b\sketch_oct21b.ino:2:10: fatal error: LiquidCrystal_I2C.h: No such file or directory
compilation terminated.
exit status 1
Compilation error: LiquidCrystal_I2C.h: No such file or directory
I installed the library using lib manager and i also tried manual installation and the liquidcrystal_i2c is in C:\Users\Keerthana\OneDrive\ドキュメント\Arduino\libraries\LiquidCrystal_I2C , please help!!
The Arduino IDE does not support non-ascii characters in the library path.
Topic moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.
Hi @keerthanaa1735. As @sterretje mentioned, this is caused by a bug in Arduino IDE, which causes it to not recognize libraries that are installed under a path that contains characters such as the ドキュメント
in your path. You can work around the bug by changing the location where libraries are stored by Arduino IDE. I'll provide instructions you can follow to do that:
- Select File > Preferences... from the Arduino IDE menus.
The "Preferences" dialog will open.
- Set the path in the "Sketchbook location" preference to a location that does not contain any non-ASCII characters in its path.
- Click the "OK" button.
The "Preferences" dialog will close.
- Move the contents of the folder at the previous path of the "Sketchbook location" preference (
C:\Users\Keerthana\OneDrive\ドキュメント\Arduino
) to the new location.