How to open Android Studio on i3
i3
is turning out not to be as simple as the instructions claim. For example the instructions claim I can open an application with partial name. So I tried opening the Chrome browser by typing chrome
and that didn't work; I had to type google-chrome
for it to work. Now I am trying to open Android Studio but nothing I try works so far. I have tried typing studio
, android-studio
, jetbrains-studio
-- nothing.
Does anyone know a simple way to get opening applications to work? I mean, opening applications is among the most relevant tasks and it's proving too difficult.
android-studio i3-wm
New contributor
|
show 9 more comments
i3
is turning out not to be as simple as the instructions claim. For example the instructions claim I can open an application with partial name. So I tried opening the Chrome browser by typing chrome
and that didn't work; I had to type google-chrome
for it to work. Now I am trying to open Android Studio but nothing I try works so far. I have tried typing studio
, android-studio
, jetbrains-studio
-- nothing.
Does anyone know a simple way to get opening applications to work? I mean, opening applications is among the most relevant tasks and it's proving too difficult.
android-studio i3-wm
New contributor
How is it related to Ubuntu?
– Pilot6
Mar 11 at 17:19
This is all happening in Ubuntu
– salyela
Mar 11 at 17:44
How did you installed Android Studio?
– Kulfy
Mar 11 at 18:31
See this answer: askubuntu.com/questions/634082/… . Make sure the location of the adroid studio executable (studio.sh in the answer) is added to the PATH variable, if it's not dmenu ( the launcher in i3) won't "look" in the right place for it. To do this, add to .bashrc or .profile in your home folder:export PATH=$PATH:/path/to/directory/of/executable
.
– jeroen
Mar 11 at 18:44
Thanks for the tip. I openvim ~/.profile
and as the last line I added:export PATH=$PATH:/usr/more_path/android.sh
. Then I restarted i3 and it still doesn't work if I search forandroid
in dmenu. And yes I get the location of android studion by doingwhereis android
– salyela
Mar 11 at 20:20
|
show 9 more comments
i3
is turning out not to be as simple as the instructions claim. For example the instructions claim I can open an application with partial name. So I tried opening the Chrome browser by typing chrome
and that didn't work; I had to type google-chrome
for it to work. Now I am trying to open Android Studio but nothing I try works so far. I have tried typing studio
, android-studio
, jetbrains-studio
-- nothing.
Does anyone know a simple way to get opening applications to work? I mean, opening applications is among the most relevant tasks and it's proving too difficult.
android-studio i3-wm
New contributor
i3
is turning out not to be as simple as the instructions claim. For example the instructions claim I can open an application with partial name. So I tried opening the Chrome browser by typing chrome
and that didn't work; I had to type google-chrome
for it to work. Now I am trying to open Android Studio but nothing I try works so far. I have tried typing studio
, android-studio
, jetbrains-studio
-- nothing.
Does anyone know a simple way to get opening applications to work? I mean, opening applications is among the most relevant tasks and it's proving too difficult.
android-studio i3-wm
android-studio i3-wm
New contributor
New contributor
New contributor
asked Mar 11 at 17:16
salyelasalyela
32
32
New contributor
New contributor
How is it related to Ubuntu?
– Pilot6
Mar 11 at 17:19
This is all happening in Ubuntu
– salyela
Mar 11 at 17:44
How did you installed Android Studio?
– Kulfy
Mar 11 at 18:31
See this answer: askubuntu.com/questions/634082/… . Make sure the location of the adroid studio executable (studio.sh in the answer) is added to the PATH variable, if it's not dmenu ( the launcher in i3) won't "look" in the right place for it. To do this, add to .bashrc or .profile in your home folder:export PATH=$PATH:/path/to/directory/of/executable
.
– jeroen
Mar 11 at 18:44
Thanks for the tip. I openvim ~/.profile
and as the last line I added:export PATH=$PATH:/usr/more_path/android.sh
. Then I restarted i3 and it still doesn't work if I search forandroid
in dmenu. And yes I get the location of android studion by doingwhereis android
– salyela
Mar 11 at 20:20
|
show 9 more comments
How is it related to Ubuntu?
– Pilot6
Mar 11 at 17:19
This is all happening in Ubuntu
– salyela
Mar 11 at 17:44
How did you installed Android Studio?
– Kulfy
Mar 11 at 18:31
See this answer: askubuntu.com/questions/634082/… . Make sure the location of the adroid studio executable (studio.sh in the answer) is added to the PATH variable, if it's not dmenu ( the launcher in i3) won't "look" in the right place for it. To do this, add to .bashrc or .profile in your home folder:export PATH=$PATH:/path/to/directory/of/executable
.
– jeroen
Mar 11 at 18:44
Thanks for the tip. I openvim ~/.profile
and as the last line I added:export PATH=$PATH:/usr/more_path/android.sh
. Then I restarted i3 and it still doesn't work if I search forandroid
in dmenu. And yes I get the location of android studion by doingwhereis android
– salyela
Mar 11 at 20:20
How is it related to Ubuntu?
– Pilot6
Mar 11 at 17:19
How is it related to Ubuntu?
– Pilot6
Mar 11 at 17:19
This is all happening in Ubuntu
– salyela
Mar 11 at 17:44
This is all happening in Ubuntu
– salyela
Mar 11 at 17:44
How did you installed Android Studio?
– Kulfy
Mar 11 at 18:31
How did you installed Android Studio?
– Kulfy
Mar 11 at 18:31
See this answer: askubuntu.com/questions/634082/… . Make sure the location of the adroid studio executable (studio.sh in the answer) is added to the PATH variable, if it's not dmenu ( the launcher in i3) won't "look" in the right place for it. To do this, add to .bashrc or .profile in your home folder:
export PATH=$PATH:/path/to/directory/of/executable
.– jeroen
Mar 11 at 18:44
See this answer: askubuntu.com/questions/634082/… . Make sure the location of the adroid studio executable (studio.sh in the answer) is added to the PATH variable, if it's not dmenu ( the launcher in i3) won't "look" in the right place for it. To do this, add to .bashrc or .profile in your home folder:
export PATH=$PATH:/path/to/directory/of/executable
.– jeroen
Mar 11 at 18:44
Thanks for the tip. I open
vim ~/.profile
and as the last line I added: export PATH=$PATH:/usr/more_path/android.sh
. Then I restarted i3 and it still doesn't work if I search for android
in dmenu. And yes I get the location of android studion by doing whereis android
– salyela
Mar 11 at 20:20
Thanks for the tip. I open
vim ~/.profile
and as the last line I added: export PATH=$PATH:/usr/more_path/android.sh
. Then I restarted i3 and it still doesn't work if I search for android
in dmenu. And yes I get the location of android studion by doing whereis android
– salyela
Mar 11 at 20:20
|
show 9 more comments
0
active
oldest
votes
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
});
}
});
salyela is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1124828%2fhow-to-open-android-studio-on-i3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
salyela is a new contributor. Be nice, and check out our Code of Conduct.
salyela is a new contributor. Be nice, and check out our Code of Conduct.
salyela is a new contributor. Be nice, and check out our Code of Conduct.
salyela is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1124828%2fhow-to-open-android-studio-on-i3%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
How is it related to Ubuntu?
– Pilot6
Mar 11 at 17:19
This is all happening in Ubuntu
– salyela
Mar 11 at 17:44
How did you installed Android Studio?
– Kulfy
Mar 11 at 18:31
See this answer: askubuntu.com/questions/634082/… . Make sure the location of the adroid studio executable (studio.sh in the answer) is added to the PATH variable, if it's not dmenu ( the launcher in i3) won't "look" in the right place for it. To do this, add to .bashrc or .profile in your home folder:
export PATH=$PATH:/path/to/directory/of/executable
.– jeroen
Mar 11 at 18:44
Thanks for the tip. I open
vim ~/.profile
and as the last line I added:export PATH=$PATH:/usr/more_path/android.sh
. Then I restarted i3 and it still doesn't work if I search forandroid
in dmenu. And yes I get the location of android studion by doingwhereis android
– salyela
Mar 11 at 20:20