How can i install old version of IDE, without uninstalling the other version?(How can i install several IDE version in same laptop).
-
Avoid asking multiple questions, arduino.stackexchange.com/help/how-to-ask and what research have you done?MatsK– MatsK2018年03月21日 16:24:09 +00:00Commented Mar 21, 2018 at 16:24
1 Answer 1
Arduino.cc have a guide :
https://www.arduino.cc/en/Guide/PortableIDE
The gist is:
Download the desired version in ZIP format
Unpack the content in the zip file to a folder
Start the arduino.exe in that folder.
Remember that you have to place all libraries, board definitions in that folder.
The folder can be copied to another computer or a USB stick....
-
Note that it's not required to run in portable mode. If you want each IDE installation to be isolated then that's the thing to do but if you want them to share preferences and hardware packages installed via Boards Manager then you should not use portable mode.per1234– per12342018年03月21日 21:36:57 +00:00Commented Mar 21, 2018 at 21:36