Not able to install Android studio IDE in Ubuntu 18.04.1 [duplicate]
This question already has an answer here:
How to install Android Studio on Ubuntu?
13 answers
Not able to install Android studio IDE in Ubuntu 18.04.1 from ubuntu app store.
After installation it take some time then aborted.
android-studio
marked as duplicate by karel, Charles Green, Fabby, Eric Carvalho, vidarlo Jan 29 at 6:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to install Android Studio on Ubuntu?
13 answers
Not able to install Android studio IDE in Ubuntu 18.04.1 from ubuntu app store.
After installation it take some time then aborted.
android-studio
marked as duplicate by karel, Charles Green, Fabby, Eric Carvalho, vidarlo Jan 29 at 6:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to install Android Studio on Ubuntu?
13 answers
Not able to install Android studio IDE in Ubuntu 18.04.1 from ubuntu app store.
After installation it take some time then aborted.
android-studio
This question already has an answer here:
How to install Android Studio on Ubuntu?
13 answers
Not able to install Android studio IDE in Ubuntu 18.04.1 from ubuntu app store.
After installation it take some time then aborted.
This question already has an answer here:
How to install Android Studio on Ubuntu?
13 answers
android-studio
android-studio
asked Sep 10 '18 at 13:32
praveen kumarpraveen kumar
42
42
marked as duplicate by karel, Charles Green, Fabby, Eric Carvalho, vidarlo Jan 29 at 6:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Charles Green, Fabby, Eric Carvalho, vidarlo Jan 29 at 6:13
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Try to install it from snap, not from Ubuntu Application Store.
If you don't have snap installed, first install it:
sudo apt install snap
Then install android-studio:
sudo snap install android-studio
add a comment |
I faced the same problem. I tried snap store and terminal but the fix for me was the following.
- Install snap by this terminal command
sudo apt install snapd snapd-xdg-open
- then, install android studio by this command
sudo snap install android-studio --classic
If Android Studio is not showing in Apps Menu, log out then log in.
I hope this fix your problem!
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to install it from snap, not from Ubuntu Application Store.
If you don't have snap installed, first install it:
sudo apt install snap
Then install android-studio:
sudo snap install android-studio
add a comment |
Try to install it from snap, not from Ubuntu Application Store.
If you don't have snap installed, first install it:
sudo apt install snap
Then install android-studio:
sudo snap install android-studio
add a comment |
Try to install it from snap, not from Ubuntu Application Store.
If you don't have snap installed, first install it:
sudo apt install snap
Then install android-studio:
sudo snap install android-studio
Try to install it from snap, not from Ubuntu Application Store.
If you don't have snap installed, first install it:
sudo apt install snap
Then install android-studio:
sudo snap install android-studio
answered Sep 10 '18 at 13:57
RazTazRazTaz
16611
16611
add a comment |
add a comment |
I faced the same problem. I tried snap store and terminal but the fix for me was the following.
- Install snap by this terminal command
sudo apt install snapd snapd-xdg-open
- then, install android studio by this command
sudo snap install android-studio --classic
If Android Studio is not showing in Apps Menu, log out then log in.
I hope this fix your problem!
add a comment |
I faced the same problem. I tried snap store and terminal but the fix for me was the following.
- Install snap by this terminal command
sudo apt install snapd snapd-xdg-open
- then, install android studio by this command
sudo snap install android-studio --classic
If Android Studio is not showing in Apps Menu, log out then log in.
I hope this fix your problem!
add a comment |
I faced the same problem. I tried snap store and terminal but the fix for me was the following.
- Install snap by this terminal command
sudo apt install snapd snapd-xdg-open
- then, install android studio by this command
sudo snap install android-studio --classic
If Android Studio is not showing in Apps Menu, log out then log in.
I hope this fix your problem!
I faced the same problem. I tried snap store and terminal but the fix for me was the following.
- Install snap by this terminal command
sudo apt install snapd snapd-xdg-open
- then, install android studio by this command
sudo snap install android-studio --classic
If Android Studio is not showing in Apps Menu, log out then log in.
I hope this fix your problem!
edited Jan 24 at 23:17
answered Jan 24 at 23:09
Abanoub HannaAbanoub Hanna
213
213
add a comment |
add a comment |