1

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.

enter image description here

What is the issue of not showing in the list?

hanugm
  • 333
  • You can download it from developer.android.com/studio. – Kulfy Sep 05 '18 at 13:08
  • @guiverc No, I want to know the issue behind its absence in the list. – hanugm Sep 05 '18 at 13:11
  • 1
    Open terminal and let us know the output snap search android-studio – Kulfy Sep 05 '18 at 13:14
  • @Kulfy

    error: 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:15
  • The Android Studio is provided by Snap. So you are having problems with the same. Try sudo systemctl restart snapd.service and then search again with the command provided in previous comment. – Kulfy Sep 05 '18 at 13:18
  • I did it now and restarted, but still not showing. – hanugm Sep 05 '18 at 13:26
  • What do you get after snap refresh snapd? – Kulfy Sep 05 '18 at 13:31
  • error: cannot refresh "snapd": cannot refresh snap-declaration for "gnome-logs": Get https://api.snapcraft.io/api/v1/snaps/assertions/snap-declaration/16/kIMfmZTJspWa8vtfbgU3W9Nbv4V5Qgmh?max-format=2: proxyconnect tcp: EOF – hanugm Sep 05 '18 at 13:36
  • You might want to make sure that the gnome-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
  • gnome-software-plugin-snap is already the newest version (3.28.1-0ubuntu4.18.04.3). – hanugm Sep 05 '18 at 14:01
  • @Terrance Yeah, I am using proxy. – hanugm Sep 05 '18 at 14:09
  • Maybe https://askubuntu.com/questions/764610/how-to-install-snap-packages-behind-web-proxy-on-ubuntu-16-04 – Terrance Sep 05 '18 at 14:12

1 Answers1

0

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!

DevHugo
  • 121