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;









1















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?










share|improve this question
































    1















    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?










    share|improve this question




























      1












      1








      1








      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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























          1 Answer
          1






          active

          oldest

          votes


















          1
















          You should install Android Studio using the zipped version.



          1. Download this file


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



          1. Extract the file:


          unzip /home/android-studio-ide-182.5314842-linux.zip



          1. In order to have this available from other locations create a launcher for the Android Studio, look here.

          I hope this helps!






          share|improve this answer




















          • 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













          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
          );



          );














          draft saved

          draft discarded
















          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









          1
















          You should install Android Studio using the zipped version.



          1. Download this file


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



          1. Extract the file:


          unzip /home/android-studio-ide-182.5314842-linux.zip



          1. In order to have this available from other locations create a launcher for the Android Studio, look here.

          I hope this helps!






          share|improve this answer




















          • 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
















          You should install Android Studio using the zipped version.



          1. Download this file


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



          1. Extract the file:


          unzip /home/android-studio-ide-182.5314842-linux.zip



          1. In order to have this available from other locations create a launcher for the Android Studio, look here.

          I hope this helps!






          share|improve this answer




















          • 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










          1









          You should install Android Studio using the zipped version.



          1. Download this file


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



          1. Extract the file:


          unzip /home/android-studio-ide-182.5314842-linux.zip



          1. In order to have this available from other locations create a launcher for the Android Studio, look here.

          I hope this helps!






          share|improve this answer













          You should install Android Studio using the zipped version.



          1. Download this file


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



          1. Extract the file:


          unzip /home/android-studio-ide-182.5314842-linux.zip



          1. In order to have this available from other locations create a launcher for the Android Studio, look here.

          I hope this helps!







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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













          • 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



















          draft saved

          draft discarded















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?