snapcrafters / android-studio

A community-maintained package to easily install Android Studio on Linux
https://developer.android.com/studio/index.html
47 stars 16 forks source link

[Bug]: Android Studio 2021.2.1.15 File Watcher fails on Ubuntu 20.04 #101

Closed AndreiBasangiu-TomTom closed 1 year ago

AndreiBasangiu-TomTom commented 1 year ago

What happened?

The file watcher fails to start on Ubuntu 20.04 due to Android Studio bug present in the current version (2021.2.1.15). image

The issue can be seen identified in idea.log /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33 not found.

It has been fixed in 2021.2.1.16.

Is it possible to create a new snap version based on the updated Android Studio?

What should have happened?

File Watched in Android Studio should be able to run and load file changes automatically.

Output of snap info $snap_name

name:      android-studio
summary:   The IDE for Android
publisher: Snapcrafters
store-url: https://snapcraft.io/android-studio
contact:   https://github.com/snapcrafters/android-studio/issues
license:   unset
description: |
  Android Studio provides the fastest tools for building apps on every type
  of Android device.

  World-class code editing, debugging, performance tooling, a flexible build
  system, and an instant build/deploy system all allow you to focus on
  building unique and high quality apps.

  This snap is maintained by the Snapcrafters community, and is not necessarily endorsed or
  officially maintained by the upstream developers.
commands:
  - android-studio
snap-id:      VNTeIi51l6cIZ1gaWHwx0PoP7JaCb61c
tracking:     latest/stable
refresh-date: 60 days ago, at 10:07 CEST
channels:
  latest/stable:    2021.2.1.15 2022-07-02 (123) 1GB classic
  latest/candidate: ↑                                
  latest/beta:      2021.2.1.15 2022-07-02 (123) 1GB classic
  latest/edge:      2021.2.1.15 2022-07-02 (123) 1GB classic
installed:          2021.2.1.15            (123) 1GB classic

Output of snap connections $snap_name

none

Output of snap version

snap    2.56.2
snapd   2.56.2
series  16
ubuntu  20.04
kernel  5.4.0-125-generic

Relevant log output

No response

Teminal output of app

No response

merlijn-sebrechts commented 1 year ago

This should be fixed in the current release. Thanks for reporting!