It should be noted that the location of the installed SDK has now changed from "~/Android/Sdk" to "~/.android-sdk". This means that for AVDs to run, you must remove the "~/.android-sdk/emulator/lib64/libstdc++" directory after installing Android Studio.
Search Criteria
Package Details: android-studio 2024.2.1.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/android-studio.git (read-only, click to copy) |
---|---|
Package Base: | android-studio |
Description: | The official Android IDE (Stable branch) |
Upstream URL: | https://developer.android.com/ |
Keywords: | android |
Licenses: | Apache |
Submitter: | TamCore |
Maintainer: | kordianbruck (SailReal) |
Last Packager: | SailReal |
Votes: | 1081 |
Popularity: | 7.14 |
First Submitted: | 2013-05-15 19:45 (UTC) |
Last Updated: | 2024-12-02 21:46 (UTC) |
Dependencies (8)
- alsa-lib
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libxrender
- libxtst
- which (busybox-coreutilsAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – GTK+ look and feel
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, libglvnd) (optional) – emulator support
- ncurses5-compat-libsAUR (optional) – native debugger support
Required by (8)
- android-material-icons (optional)
- android-studio-launcher
- flutter-beta (optional)
- flutter-dev (optional)
- flutter-git (optional)
- flutter-intellij-patch (optional)
- jdk-android-studio
- kode-studio-bin (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 53 Next › Last »
welkie commented on 2018-01-23 07:56 (UTC)
robsonsilva commented on 2017-12-14 19:26 (UTC)
Package ready for android-studio-3.0.1.0-1: https://mega.nz/#!Yk5kmAJI!dvZaWrzldh2nRGcgD8uQpEzWSkedLOU4BtLOPE4jR-k
Just install with pacman -U
Rapti commented on 2017-11-21 13:07 (UTC)
@mah0x00 You'll have to reinstall the package just like you did when you first installed it, or you can use an AUR manager such as yaourt.
However, this is not the right place to ask questions like this. Please use Google next time. It's not too hard.
mah0x00 commented on 2017-11-21 05:07 (UTC)
one question how to update the android studio just that I have installed from AUR in future.
note:
this is my first time using arch Linux and I am searching for the answer do I have to use pacman -Syu or do I have only click on the notification message when an update is avilabel.
BurhanDanger commented on 2017-11-12 17:13 (UTC)
How to get kvm acceleration for AVD ?
newbOnArch commented on 2017-10-10 18:20 (UTC)
@gbc921 I have tried your solutions but it still doesn't solve my issue, I still can't use the avd manager.
gbc921 commented on 2017-10-10 00:16 (UTC)
Regarding the AVD problems and @shahril/@albfan solutions, I guess that another option is to export the 'ANDROID_EMULATOR_USE_SYSTEM_LIBS=1' in ~/.bashrc or similar place (like said here: https://stackoverflow.com/a/40790339/1353689).
Or maybe change the script/menu entry called from Android Studio, so we don't need to launch Android Studio from the terminal:
https://mike42.me/blog/how-to-edit-emulator-flags-in-android-studio
newbOnArch commented on 2017-10-09 20:34 (UTC)
Trying to run AVD manager but can run it on android studio. It doesn't let me do anything, I have checked the virtualisation option in Bios and it's enabled.I have @Albfan's solution which was modified by @shahril but that doesn't work either. What should I do?
shahril commented on 2017-08-02 15:20 (UTC)
Albfan's solution works great for me when you have problem to run the emulator, however, the path has changed to the "~/Android/Sdk/emulator/lib64/libstdc++" now.
So by tweaking his solution a little bit:
$ cd ~/Android/Sdk/emulator/lib64/libstdc++
$ mkdir old
$ mv * old/
$ ln -s /usr/lib/libstdc++.so.6
$ ln -s /usr/lib/libstdc++.so.6.0.22
You should be good then!
Eisfreak7 commented on 2017-07-21 09:10 (UTC)
I had to install lib32-gcc-libs so that Android-Studio could run mksdcard (and manage the sdk)
Pinned Comments
C0rn3j commented on 2024-10-26 17:04 (UTC)
2024.2 added a Wayland backend, not enabled by default. Works fine for me so far.
https://blog.jetbrains.com/platform/2024/07/wayland-support-preview-in-2024-2/