Move android studio to another computer without installing

-1

To vacation in a small city, here the internet is very slow, I want to pass the android studio to a more advanced computer that I bought, but I can not via internet, I wanted to know if it is possible for me to pass the android from another computer for this younger one?

    
asked by anonymous 02.01.2018 / 20:03

2 answers

1

As there is no portable version, the most concrete thing to do (depending on the OS) is to find the folder where it was installed and copy.

    
02.01.2018 / 20:44
0

If your computer is Windows, this will not be possible. Just by downloading the same installer you will achieve this.

Whether it's Linux or OS X, you can copy the folder where Studio is installed. Because in this case the android does not actually "install", it just moves the files to the program directory and creates a shortcut.

On Linux, Android Studio is usually installed by default inside the / opt folder. Now in OSx go to the finder, find the AndroidStudio shortcut, double-click on it and select "Show contents of the Package" copy the contents folder.

But nothing will get better if the other machine does not have java installed or is from different operating systems.

Good luck!

    
13.01.2018 / 13:20