Home: Could not import Arduino project
See original GitHub issuePIO Core Call Error: “The next files/directories have been created in C:\Users\IoT\Documents\PlatformIO\Projects\190604-123315-nodemcuv2\r\ninclude - Put project header files here\r\nlib - Put here project specific (private) libraries\r\nsrc - Put project source files here\r\nplatformio.ini - Project Configuration File\n\nError: Invalid value: Directory "~/Documents/Arduino/libraries" does not exist. for option lib_extra_dirs
in section [env:nodemcuv2]”
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Could Not Import Project Error while Importing Example Project
Hi, I am trying to import the espidf-arduino-wifiscan example using PlatformIO on VSCode but I get this error: Moderator edit: Re-formatted ...
Read more >I get an error while importing my custom library
Import your sketchbook and libraries to the Web Editor · Errors when uploading a sketch · Find sketches, libraries, board cores, and other...
Read more >[Solved] ERROR Libraries that could not be imported
When importing libraries (i.e. BLynk) it gives errors on some libraries. Example. LIBRARIES THAT COULD NOT BE IMPORTED: [BlynkESP8266_Lib]
Read more >'We were not able to upload the template sketch' in IoT Cloud
When importing a template you may experience this error: 'We were not able to upload the template sketch' error in IoT Cloud. This...
Read more >Add boards to Arduino IDE
Official Arduino cores can be conveniently installed with the Boards Manager tool. ... Click Install (the latest version is selected by default).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please open PIO IDE Terminal, type
pio upgrade --dev
, restart VSCOde.Should work now. Thanks for the report!
But… when I use platformio I can’t build the sketch because (.platformio applications framework-arduinoespressif8266 libraries Wire Wire.cpp: 38: 2: error: #error Wire library is not supported on this board)
instead with the arduino I can compile an the libraries Wire is compatibile. The libraries are the same