0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Arduino の Built-In ライブラリがインストールされない

0
Posted at

背景

Arduino 2.x で環境を再構築したときに、Ethernet や TFT、SD 等のいわゆる Built-In ライブラリが自動でインストールされない現象が発生した。再インストールをしても問題が解決せず、ネット上にも解決策が載っていなかったため、今後同様の問題に悩まされる方のために解決方法を残しておく。環境は Windows を想定する。

原因

よくわからんキャッシュのせい。

解決方法

Roaming ディレクトリ下の arduino-ide フォルダを削除する。

C:\Users\%USERNAME%\AppData\Roaming\arduino-ide   <-このディレクトリを削除する

Arduino を再起動すると自動的に Built-In ライブラリのインストールが開始されるハズ。
以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?