[go: nahoru, domu]

Skip to content

Commit

Permalink
Update Linux pre-req packages (#10771)
Browse files Browse the repository at this point in the history
Fixes #10696
Fixes #10729 

Per the Android Studio team in
https://buganizer.corp.google.com/issues/344970814, the prerequisite
packages for Android Studio are now:

* `libc6:amd64`
* `libstdc++6:amd64`
* `libbz2-1.0:amd64`
* `libncurses5:amd64`
  • Loading branch information
atsansone authored Jun 21, 2024
1 parent 2e13345 commit ae5d0d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/_includes/docs/install/reqs/linux/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ To develop Flutter on {{include.os}}:
1. To develop {{include.target}} apps:

{:type="a"}
1. Install the following prerequisite packages for Android Studio:
`libc6:i386`, `libncurses5:i386`, `libstdc++6:i386`, `lib32z1`, `libbz2-1.0:i386`
1. Install the following prerequisite packages for Android Studio.

```console
$ sudo apt-get install \
libc6:i386 libncurses5:i386 \
libstdc++6:i386 lib32z1 \
libbz2-1.0:i386
libc6:amd64 libstdc++6:amd64 \
libbz2-1.0:amd64 libncurses5:amd64
```

1. Install [Android Studio][] {{site.appmin.android_studio}} or later to debug and compile
Expand Down

0 comments on commit ae5d0d8

Please sign in to comment.