How to install Android Studio in specified directoryWhere to unpack the android studio file?Uninstall Android Studio completelyIssues while installing Android Studio “android-studio-ide-141.1980579-linux” on Ubuntu 14.04how to install android studio completely?Problem with Adroid SDK of Android StudioHow to delete android-studio from home in ubuntu16.04How to load Android Studio on Ubuntu?
Colleague's grant application resembles my PhD thesis
Anonymous reviewer disclosed his identity. Should I thank him by name?
What's the difference between motherboard and chassis?
Does the DOJ's declining to investigate the Trump-Zelensky call ruin the basis for impeachment?
Can an NPC use the teleport spell to affect an object they can see with the scry spell?
Is right click on tables bad UX
Why do personal finance apps focus on outgoings rather than income
Is "Ram married his daughter" ambiguous?
Could the Queen overturn the UK Supreme Court ruling regarding prorogation of Parliament?
Was Smaug sealed inside the Lonely Mountain?
How is the speed of nucleons in the nucleus measured?
What makes a character irredeemable?
The work of mathematicians outside their professional environment
Sum of series with addition
How fast are we moving relative to the CMB?
What are some ways to season that don't rely on garlic and onions?
Can I pay off my mortgage with a new one?
How can I find places to store/land a private airplane?
Did the Humans find out about Gaius Baltar's role in the sabotage of the fleet?
I've been fired, was allowed to announce it as if I quit and given extra notice, how to handle the questions?
Is there any problem with students seeing faculty naked in university gym?
Was "чёрствый" ever a synonym for fresh in Russian?
Can 35 mm film which went through a washing machine still be developed?
Lighthouse Alternatives
How to install Android Studio in specified directory
Where to unpack the android studio file?Uninstall Android Studio completelyIssues while installing Android Studio “android-studio-ide-141.1980579-linux” on Ubuntu 14.04how to install android studio completely?Problem with Adroid SDK of Android StudioHow to delete android-studio from home in ubuntu16.04How to load Android Studio on Ubuntu?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have very little free space on my partition for the OS but I want to install Android Studio on my Ubuntu (18.04.02 LTS).
I saw that sudo snap install android-studio --classic
should install it but I want to find a way to do it on a specified directory on another disk or partition.
Is there a way to do it?
software-installation android-studio
add a comment
|
I have very little free space on my partition for the OS but I want to install Android Studio on my Ubuntu (18.04.02 LTS).
I saw that sudo snap install android-studio --classic
should install it but I want to find a way to do it on a specified directory on another disk or partition.
Is there a way to do it?
software-installation android-studio
add a comment
|
I have very little free space on my partition for the OS but I want to install Android Studio on my Ubuntu (18.04.02 LTS).
I saw that sudo snap install android-studio --classic
should install it but I want to find a way to do it on a specified directory on another disk or partition.
Is there a way to do it?
software-installation android-studio
I have very little free space on my partition for the OS but I want to install Android Studio on my Ubuntu (18.04.02 LTS).
I saw that sudo snap install android-studio --classic
should install it but I want to find a way to do it on a specified directory on another disk or partition.
Is there a way to do it?
software-installation android-studio
software-installation android-studio
edited Apr 16 at 14:57
Philippe Delteil
1,1141 gold badge11 silver badges23 bronze badges
1,1141 gold badge11 silver badges23 bronze badges
asked Apr 16 at 14:38
George SpGeorge Sp
64 bronze badges
64 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
You should install Android Studio using the zipped version.
Download this file
Move it to the drive/partition destination. Suppose your partition with free space is /home
sudo mv ~/Downloads/android-studio-ide-182.5314842-linux.zip /home
- Extract the file:
unzip /home/android-studio-ide-182.5314842-linux.zip
- In order to have this available from other locations create a launcher for the Android Studio, look here.
I hope this helps!
1
The answer contains a link in the first line, 'Download this file', but it is only a link to a Ubuntu help page which has no element of Android on it. The sought-for file is likely to be found on this page: developer.android.com/studio
– Aristo T.
Jul 26 at 17:56
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134386%2fhow-to-install-android-studio-in-specified-directory%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should install Android Studio using the zipped version.
Download this file
Move it to the drive/partition destination. Suppose your partition with free space is /home
sudo mv ~/Downloads/android-studio-ide-182.5314842-linux.zip /home
- Extract the file:
unzip /home/android-studio-ide-182.5314842-linux.zip
- In order to have this available from other locations create a launcher for the Android Studio, look here.
I hope this helps!
1
The answer contains a link in the first line, 'Download this file', but it is only a link to a Ubuntu help page which has no element of Android on it. The sought-for file is likely to be found on this page: developer.android.com/studio
– Aristo T.
Jul 26 at 17:56
add a comment
|
You should install Android Studio using the zipped version.
Download this file
Move it to the drive/partition destination. Suppose your partition with free space is /home
sudo mv ~/Downloads/android-studio-ide-182.5314842-linux.zip /home
- Extract the file:
unzip /home/android-studio-ide-182.5314842-linux.zip
- In order to have this available from other locations create a launcher for the Android Studio, look here.
I hope this helps!
1
The answer contains a link in the first line, 'Download this file', but it is only a link to a Ubuntu help page which has no element of Android on it. The sought-for file is likely to be found on this page: developer.android.com/studio
– Aristo T.
Jul 26 at 17:56
add a comment
|
You should install Android Studio using the zipped version.
Download this file
Move it to the drive/partition destination. Suppose your partition with free space is /home
sudo mv ~/Downloads/android-studio-ide-182.5314842-linux.zip /home
- Extract the file:
unzip /home/android-studio-ide-182.5314842-linux.zip
- In order to have this available from other locations create a launcher for the Android Studio, look here.
I hope this helps!
You should install Android Studio using the zipped version.
Download this file
Move it to the drive/partition destination. Suppose your partition with free space is /home
sudo mv ~/Downloads/android-studio-ide-182.5314842-linux.zip /home
- Extract the file:
unzip /home/android-studio-ide-182.5314842-linux.zip
- In order to have this available from other locations create a launcher for the Android Studio, look here.
I hope this helps!
answered Apr 16 at 15:14
Philippe DelteilPhilippe Delteil
1,1141 gold badge11 silver badges23 bronze badges
1,1141 gold badge11 silver badges23 bronze badges
1
The answer contains a link in the first line, 'Download this file', but it is only a link to a Ubuntu help page which has no element of Android on it. The sought-for file is likely to be found on this page: developer.android.com/studio
– Aristo T.
Jul 26 at 17:56
add a comment
|
1
The answer contains a link in the first line, 'Download this file', but it is only a link to a Ubuntu help page which has no element of Android on it. The sought-for file is likely to be found on this page: developer.android.com/studio
– Aristo T.
Jul 26 at 17:56
1
1
The answer contains a link in the first line, 'Download this file', but it is only a link to a Ubuntu help page which has no element of Android on it. The sought-for file is likely to be found on this page: developer.android.com/studio
– Aristo T.
Jul 26 at 17:56
The answer contains a link in the first line, 'Download this file', but it is only a link to a Ubuntu help page which has no element of Android on it. The sought-for file is likely to be found on this page: developer.android.com/studio
– Aristo T.
Jul 26 at 17:56
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134386%2fhow-to-install-android-studio-in-specified-directory%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown