1

How can i install old version of IDE, without uninstalling the other version?(How can i install several IDE version in same laptop).

asked Mar 21, 2018 at 16:20
1

1 Answer 1

3

Arduino.cc have a guide :

https://www.arduino.cc/en/Guide/PortableIDE

The gist is:

  1. Download the desired version in ZIP format

  2. Unpack the content in the zip file to a folder

  3. 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....

answered Mar 21, 2018 at 16:35
1
  • 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. Commented Mar 21, 2018 at 21:36

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.