I had a fresh install of Ubuntu 18.04.1 LTS.
I did upgrade, update. I had an active internet connection. I searched for Android studio and got the following result.
What is the issue of not showing in the list?
I had a fresh install of Ubuntu 18.04.1 LTS.
I did upgrade, update. I had an active internet connection. I searched for Android studio and got the following result.
What is the issue of not showing in the list?
Not all packages are available in the Ubuntu Software Center.
If you don't found Android Studio in the Software Center, you can found it on the official Website : https://developer.android.com/studio/install
I hope that will help you!
snap search android-studio
– Kulfy Sep 05 '18 at 13:14error: Get https://api.snapcraft.io/api/v1/snaps/search?confinement=strict%2Cclassic&fields=anon_download_url%2Carchitecture%2Cchannel%2Cdownload_sha3_384%2Csummary%2Cdescription%2Cbinary_filesize%2Cdownload_url%2Cepoch%2Cicon_url%2Clast_updated%2Cpackage_name%2Cprices%2Cpublisher%2Cratings_average%2Crevision%2Cscreenshot_urls%2Csnap_id%2Clicense%2Cbase%2Csupport_url%2Ccontact%2Ctitle%2Ccontent%2Cversion%2Corigin%2Cdeveloper_id%2Cdeveloper_name%2Cdeveloper_validation%2Cprivate%2Cconfinement%2Ccommon_ids&q=android-studio&scope=wide: proxyconnect tcp: EOF
– hanugm Sep 05 '18 at 13:15sudo systemctl restart snapd.service
and then search again with the command provided in previous comment. – Kulfy Sep 05 '18 at 13:18snap refresh snapd
? – Kulfy Sep 05 '18 at 13:31gnome-software-plugin-snap
is installed so that the software center shows snap apps.sudo apt install gnome-software-plugin-snap
– Terrance Sep 05 '18 at 13:58