Who can help me

Hi @tung120298. Unfortunately, the Arduino IDE seems to have a bug that makes it not be able to deal correctly with some of the "extended" (probably not the correct term) characters in the "Tài liệu" folder name of your Arduino sketchbook path. I was able to reproduce it by putting my sketchbook under a path that contained a folder of that name. My path was not under OneDrive, so your use of OneDrive is not related to this problem.

I know there has already been one or more bug reports about this. Including this one:

Until such time as it might be fixed, the best you can do is to work around the bug by changing your sketchbook folder to some path that does not contain any problematic characters. Other than that restriction, you can put the sketchbook folder anywhere that is convenient to you.

The sketchbook folder path is configured in the Arduino IDE by doing this:

  1. Select File > Preferences from the Arduino IDE menus.
  2. Enter the new sketchbook path in the "Sketchbook location" field.
  3. Click the OK button.

If you have anything of value in the old sketchbook folder:

C:\Users\truog\OneDrive\Tài liệu\Arduino

you can copy it over. Note that your libraries are installed there, so you will need to either copy them over or else just reinstall them via the Arduino IDE Library Manager.

1 Like