In this version (2.0.0-rc7), neither the board manager nor libraries work
Thanks for your report @morro_um. I will be happy to investigate that problem.
Please tell me which operating system you are using so that I can provide you with the appropriate instructions for the next step in the process.
3 posts were split to a new topic: Library Manager is empty
|
| Operacional | Microsoft Windows 10 Home Single Language |
|---|---|
| Versão | 10.0.19044 Compilação 19044 |
Please do this:
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
(usuallyC:\Program Files\Arduino IDEorC:\Users\<user name>\AppData\Local\Programs\Arduino IDE). - In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
- From the context menu, click "Open PowerShell window here".
PowerShell will now open with the current directory set to the Arduino IDE installation folder. - Type the following command:
& ".\Arduino IDE" - Press the Enter key.
Debug output should now be printed to the PowerShell window as the Arduino IDE starts (or fails to start). - Wait for the Arduino IDE to finish starting, or failing to start.
- Switch back to the PowerShell window if the Arduino IDE window took the focus.
- Right click on the title bar of the PowerShell window.
This will open a context menu. - Select Edit > Select All from the context menu.
This will select all the text in the PowerShell window. - Press Ctrl+C.
This will copy the contents of the PowerShell window to the clipboard. - Open a forum reply here by clicking the Reply button.
- Click the
</>icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
- Press Ctrl+V.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the Reply button to post the output.
Please let me know if you have any questions or problems while following those instructions.
PS D:\Program Files (x86)\Arduino> & ".\Arduino IDE"
& : O termo '.\Arduino IDE' não é reconhecido como
nome de cmdlet, função, arquivo de script ou programa
operável. Verifique a grafia do nome ou, se um
caminho tiver sido incluído, veja se o caminho está
correto e tente novamente.
No linha:1 caractere:4
+ & ".\Arduino IDE"
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (.\Ardu
ino IDE:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptio
n
This error indicates that the D:\Program Files (x86)\Arduino folder does not contain the installation of Arduino IDE 2.x.
You must find the location of its installation and then repeat the instructions. I can't really help you with that because I can't see your computer.
If you are unable to accomplish that, I have an alternative solution for you. There is a known bug in Arduino IDE 2.0.0-rc7 that produces the symptoms you described:
That bug might be the cause of your problem. The bug has already been fixed, but that fix is currently only available when using the nightly builds of the Arduino IDE. So if you try the nightly build, you might find that your problem is solved and you can forget about struggling with PowerShell. The nightly build download links are listed here:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.