Library cant be identified on Arduino IDE

my Arduino IDE cant read my libraries, here's my libraries path

C:\Users\User\OneDrive\文档\Arduino\libraries

and my ino files path

C:\Users\User\OneDrive\文档\Arduino\libraries\Soil_Moisture

literally every libraries that i download, my Arduino IDE cant never identified it.

please help me, its for my school project

The IDE 2.x (or some of the underlying processes) does not support non-ascii characters; it's a known issue.

Create a directory called e.g. C:\Users\User\icabbageflower\Arduino or C:\Users\User\OneDrive\icabbageflower\Arduino and next change the sketchbook directory in the IDE under file → preferences.

like this? i'll try it first, thank you for answering me!

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