You should be able to remove conflicts=() now, as android-studio-beta and android-studio-canary have been updated to install to different directories in /opt, they provide different symlinks in /usr/bin, and they provide different .desktop and icon files. This is all to support running multiple release branches side-by-side, as recommended by upstream.
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 53 Next › Last »
tad commented on 2016-08-15 03:38 (UTC)
smccloud commented on 2016-06-07 17:09 (UTC)
2.1.2.0 is out, dl link is https://dl.google.com/dl/android/studio/ide-zips/2.1.2.0/android-studio-ide-143.2915827-linux.zip
ozz commented on 2016-05-03 14:56 (UTC) (edited on 2016-05-03 15:16 (UTC) by ozz)
I'm getting an crash in libart.so when trying to run the x86_64 emulator (32-bit works). Is this just me or a bug with the package/build?
tavianator commented on 2016-04-11 20:54 (UTC)
The android-source optdep should be android-sources
<deleted-account> commented on 2016-04-08 19:00 (UTC)
I did notice something weird, when I launch Android-Studio, what appears on my dock in Gnome-Shell as the running program is titled "Jetbrains-StudioA".
<deleted-account> commented on 2016-04-08 18:59 (UTC)
Yep on opensource ATI drivers I have the same issue as below. Renaming the libstdc++ folder in /Sdk/tools/lib64/ solved it for me, which causes android-studio to default to the platform versions. I'm guessing they are compiled against different libraries.
Steam has the exact same issue on ArchLinux.
sukosevato commented on 2016-04-08 18:00 (UTC)
I got the same error as Yaroslav. I managed to get it working as follows:
$ cd $ANDROID_HOME/Android/Sdk/tools/lib64/libstdc++
$ mv libstdc++.so.6 libstdc++.so.6.bak
$ ln -s /usr/lib64/libstdc++.so.6 $ANDROID_HOME/Android/Sdk/tools/lib64/libstdc++
https://code.google.com/p/android/issues/detail?id=197254
proninyaroslav commented on 2016-04-08 15:07 (UTC) (edited on 2016-04-08 15:08 (UTC) by proninyaroslav)
Running x86 emulator fails on KDE 5.6.2, ATI open source driver. (Android Studio 2.0):
Cannot launch AVD in emulator.
Output:
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 49
Current serial number in output stream: 48
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 49
Current serial number in output stream: 48
static QPlatformTheme* QKdeTheme::createKdeTheme(): Unable to determine KDE dirs
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
emulator: WARNING: Classic qemu does not support SMP. The hw.cpu.ncore option from your config file is ignored.
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 33
Current serial number in output stream: 34
QObject::~QObject: Timers cannot be stopped from another thread
F1nny commented on 2016-04-07 19:09 (UTC)
Looks like 2.0 finally hit release!
Scimmia commented on 2016-04-04 23:17 (UTC)
Why isn't this using depends_x86_64/depends_i686?
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/