Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install multiple Android studio with different versions on same PC?

Currently I've installed Android Studio version 1.0 on my windows 7 pc. Is it possible to install another studio version 0.3.2? I mean can I install multiple Android studio with different versions on same machine?Thanks.

like image 275
sudhir Avatar asked Jan 08 '15 09:01

sudhir


People also ask

Can I have 2 versions of Android Studio installed?

It's possible to have multiple versions of Android Studio installed simultaneously. When we offer canary builds (or even beta builds) of the next version of the IDE, you may want to install the new version without replacing your existing stable install. respectively.

Can I use old version of Android Studio?

If your project is not supported by a specific version of Android Studio, you can still open and update your project using an older version of Android Studio.

How do I install an older version of Android Studio?

If you need a rollback of Android Studio, check out the app's version history on Uptodown. It includes all the file versions available to download off Uptodown for that app. Download rollbacks of Android Studio for Windows.


2 Answers

Yes, you can download the required version's zip archieve from here

https://developer.android.com/studio/archive

extract and keep it anywhere in your machine. Open studio.exe from bin and done.

If you need more detailed information check the link below

https://developer.android.com/studio/preview/install-preview

like image 147
Piyush Agarwal Avatar answered Sep 23 '22 20:09

Piyush Agarwal


yes you can you can run both on the same time first download the old version you want and install it, if you have it already install it for example 2.3 version will be running on your computer. then go ahead and download android studio canary(preview) package download an Android Studio preview

After you download an Android Studio preview, simply save the application alongside any other version of Android Studio as described below.

Windows:

Unpack the ZIP file. Rename the resulting folder to something unique like "Android Studio Preview." Move it to a permanent location, such as next to your existing Android Studio install in C:\Program Files\Android\. Inside C:\Program Files\Android\Android Studio Preview\bin\, launch studio64.exe (or if you're on a 32-bit machine, launch studio.exe).

To make the preview version available in your Start menu, right-click studio64.exe and click Pin to Start Menu.

for more mac users and more details refer to google documentation Install a preview version of Android Studio

like image 25
Ridha Rezzag Avatar answered Sep 23 '22 20:09

Ridha Rezzag