Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you install two different versions of Android Studio on the same machine?

I only have one machine (Mac OS 10.9.5). I currently have the canary version of Android Studio and I ran into some bug. So I want to install the stable version of Android Studio as well. Has anyone done that? Is there any issue with more than one version installed on the same machine?

like image 812
mobileideafactory Avatar asked Oct 11 '14 04:10

mobileideafactory


People also ask

How do I install two different versions of the same app in Android?

How do I install the same app Two times in my Android? If you are a developer, then you can do one thing. You can change the package name to a different name. Then you can install same application two times on a single device.

Can I use old version of Android Studio?

Android Gradle plugin and Android Studio compatibility 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. For information on what's new in the Android Gradle plugin, see the Android Gradle plugin release notes.

Can I copy Android Studio from one PC to another?

Yes. Copying SDK from one PC to another PC works. I copied updated SDK present in PC1 to PC2 and i got all the new features in PC2 also. It works.


1 Answers

Yes, but you have to alter the settings of one of the installations to point it to a different settings and cache folders. After an install, but before the first run, change the location of those folders according to this document.

like image 96
JBaruch Avatar answered Oct 05 '22 02:10

JBaruch