OS: Windows 10
Library: "Arduino AVR Boards", version 1.8.3
When installed this Library, then output in IDE gives the response:
"arduino:avr@1.8.3 installed"
But at the same time various data types are not recognized (e.g. String) : Unknown type name 'String'
Also pinMode parameters are not recognized (OUTPUT, INPUT) : Use of undeclared identifier 'OUTPUT'
In Arduino IDE log files is the error:
2021-07-13 22:53:08 daemon INFO Adding libraries dir [dir: C:\Users\xxxx\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.3\libraries, location: platform]
2021-07-13 22:53:10 root ERROR Uncaught Exception:
2021-07-13 22:53:10 root ERROR Error: Implementation error. Neither 'download' nor 'task' is available.
at ClientReadableStreamImpl. (C:\Users\xxxx\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\grpc-installable.js:16:23)
at ClientReadableStreamImpl.emit (events.js:223:5)
at addChunk (_stream_readable.js:309:12)
at readableAddChunk (_stream_readable.js:290:11)
at ClientReadableStreamImpl.Readable.push (_stream_readable.js:224:10)
at Object.onReceiveMessage (C:\Users\xxxx\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@grpc\grpc-js\build\src\client.js:318:24)
at Object.onReceiveMessage (C:\Users\xxxx\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@grpc\grpc-js\build\src\client-interceptors.js:291:178)
at C:\Users\xxxx\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@grpc\grpc-js\build\src\call-stream.js:202:74
at processTicksAndRejections (internal/process/task_queues.js:76:11)
2021-07-13 22:53:11 root INFO <<< Boards package installation done.
What could be the solution of the problem?