0

Arduino IDE installed as an App (in Windows 10), so this path ("arduino.path": "C:\Program Files (x86)\Arduino",) doesn't exist, what is the correct one?

1
  • Is it - C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.19.0_x86__mdqgnx93n4wtt ?
    – Larry
    Commented Dec 27, 2018 at 21:52

3 Answers 3

2

Install the normal IDE. Not the windows APP neither the WEB.

Then you can use "C:\Program Files (x86)\Arduino"

8
  • Is there a particular process to make sure you're installing the full IDE and not the app or web versions? Commented Apr 17, 2019 at 21:52
  • It is easier to say: they are just different. Commented Apr 19, 2019 at 0:11
  • Use this arduino.cc/download_handler.php Commented Apr 19, 2019 at 3:09
  • All of the information necessary to answer the question should be in the body of the question. You can use the EDIT button to add more information to improve the answer. While simply saying they are different may make sense to you, the more precise and specific information you can place inside the answer, the more likely it is to be a helpful answer to OP and to others who may find this question looking for their own answers. Commented Apr 19, 2019 at 15:21
  • I cant edit the comment, thats why I post a new one. Commented Apr 20, 2019 at 16:16
1

I had the same issues. The Windows App doesn't seem to work (at least not for me).

Download the full IDE installer as described below:

screenshot showing the correct file to download

Install it, then your PATH will be C:\Program Files (x86)\Arduino and things like the VSCode extension will work. Good luck!

0

i have installed arduino ide from arduino site. after installation i cant see the "C:\Program Files (x86)\Arduino". insted i have i have "C:\Program Files \Arduino".

i added "C:\Program Files \Arduino" path in VScode for arduino.path and i am always having plese specify arduino.path.

please let me know to fix this error.

1

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .