Android SDK location in Ubuntu 18.04.1How to install Android Studio on Ubuntu?Android SDK and PathAndroid SDK...
How to prevent cleaning lady from hunging my lock screen in ubuntu 16.04
Making him into a bully (how to show mild violence)
Why are the books in the Game of Thrones citadel library shelved spine inwards?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
The use of the spellings -zz- vs. -z-
Consequences of lack of rigour
Positioning node within rectangle Tikz
How do you funnel food off a cutting board?
A title for a history book
Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?
Flipping axis on a LogPlot
Why did Luke use his left hand to shoot?
How does Leonard in "Memento" remember reading and writing?
How can I get my players to come to the game session after agreeing to a date?
How did Ancient Greek 'πυρ' become English 'fire?'
Play Zip, Zap, Zop
What does it mean for a caliber to be flat shooting?
What is the wife of a henpecked husband called?
Can I write a book of my D&D game?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Why is it that Bernie Sanders is always called a "socialist"?
Can a long polymer chain interact with itself via van der Waals forces?
How to prevent users from executing commands through browser URL
Eww, those bytes are gross
Android SDK location in Ubuntu 18.04.1
How to install Android Studio on Ubuntu?Android SDK and PathAndroid SDK Manager ErrorSDK location for android studio on ubuntu 14.10How to configure Eclipse and Android SDKUbuntu SDK mountsAndroid Studio standalone sdk manager doesn't startsdk location doesn't foundProblem with Adroid SDK of Android StudioCannot download and update some android sdk componentsWhere to download latest Android-SDK for Ubuntu other than Android.com
I tried doing several answers for this question, but found out that the answers are not compatible for the latest Android Studio and Ubuntu 18.04.1.
My doubt is that Which directory I have to select for as Android SDK location?
Background: I Installed Android Studio from software center. It was shown Android SDK tool is missing at final step of installation. I ignored it and finished installation and proceeded till this step.
18.04 android-studio sdk
add a comment |
I tried doing several answers for this question, but found out that the answers are not compatible for the latest Android Studio and Ubuntu 18.04.1.
My doubt is that Which directory I have to select for as Android SDK location?
Background: I Installed Android Studio from software center. It was shown Android SDK tool is missing at final step of installation. I ignored it and finished installation and proceeded till this step.
18.04 android-studio sdk
I am trying from 3 days, but got no all-in-one solution over internet.
– hanugm
Sep 5 '18 at 19:37
Possible duplicate of How to install Android Studio on Ubuntu?
– karel
6 mins ago
add a comment |
I tried doing several answers for this question, but found out that the answers are not compatible for the latest Android Studio and Ubuntu 18.04.1.
My doubt is that Which directory I have to select for as Android SDK location?
Background: I Installed Android Studio from software center. It was shown Android SDK tool is missing at final step of installation. I ignored it and finished installation and proceeded till this step.
18.04 android-studio sdk
I tried doing several answers for this question, but found out that the answers are not compatible for the latest Android Studio and Ubuntu 18.04.1.
My doubt is that Which directory I have to select for as Android SDK location?
Background: I Installed Android Studio from software center. It was shown Android SDK tool is missing at final step of installation. I ignored it and finished installation and proceeded till this step.
18.04 android-studio sdk
18.04 android-studio sdk
asked Sep 5 '18 at 19:36
hanugmhanugm
1367
1367
I am trying from 3 days, but got no all-in-one solution over internet.
– hanugm
Sep 5 '18 at 19:37
Possible duplicate of How to install Android Studio on Ubuntu?
– karel
6 mins ago
add a comment |
I am trying from 3 days, but got no all-in-one solution over internet.
– hanugm
Sep 5 '18 at 19:37
Possible duplicate of How to install Android Studio on Ubuntu?
– karel
6 mins ago
I am trying from 3 days, but got no all-in-one solution over internet.
– hanugm
Sep 5 '18 at 19:37
I am trying from 3 days, but got no all-in-one solution over internet.
– hanugm
Sep 5 '18 at 19:37
Possible duplicate of How to install Android Studio on Ubuntu?
– karel
6 mins ago
Possible duplicate of How to install Android Studio on Ubuntu?
– karel
6 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Just happened to see this question, well...
in ubuntu 18, check this path /home/{your user name}/Android/Sdk
to set your path use this command below:
export ANDROID_HOME=/home/{your user name}/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
New contributor
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/3.0/"u003ecc by-sa 3.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%2f1072501%2fandroid-sdk-location-in-ubuntu-18-04-1%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
Just happened to see this question, well...
in ubuntu 18, check this path /home/{your user name}/Android/Sdk
to set your path use this command below:
export ANDROID_HOME=/home/{your user name}/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
New contributor
add a comment |
Just happened to see this question, well...
in ubuntu 18, check this path /home/{your user name}/Android/Sdk
to set your path use this command below:
export ANDROID_HOME=/home/{your user name}/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
New contributor
add a comment |
Just happened to see this question, well...
in ubuntu 18, check this path /home/{your user name}/Android/Sdk
to set your path use this command below:
export ANDROID_HOME=/home/{your user name}/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
New contributor
Just happened to see this question, well...
in ubuntu 18, check this path /home/{your user name}/Android/Sdk
to set your path use this command below:
export ANDROID_HOME=/home/{your user name}/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
New contributor
New contributor
answered 10 mins ago
Erwin KurniaErwin Kurnia
1
1
New contributor
New contributor
add a comment |
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%2f1072501%2fandroid-sdk-location-in-ubuntu-18-04-1%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
I am trying from 3 days, but got no all-in-one solution over internet.
– hanugm
Sep 5 '18 at 19:37
Possible duplicate of How to install Android Studio on Ubuntu?
– karel
6 mins ago