Package Details: android-studio 2024.3.1.15-1

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: 1091
Popularity: 5.65
First Submitted: 2013-05-15 19:45 (UTC)
Last Updated: 2025-04-23 17:19 (UTC)

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/

Latest Comments

« First ‹ Previous 1 .. 43 44 45 46 47 48 49 50 51 52 53 Next › Last »

sjakub commented on 2013-05-28 19:25 (UTC)

I think the actual build number (130.687321 for the current one) makes most sense... And if not, it should probably follow their official versioning (so 0.1.1 instead of 0.2).

audrius commented on 2013-05-28 19:20 (UTC)

This is android studio v0.1.1 Why you rised version to 0.2? :)

TamCore commented on 2013-05-28 18:45 (UTC)

Updated. Thanks! Maybe I should use the build number as $pkgver. Any thoughts?

ma2t commented on 2013-05-28 17:19 (UTC)

New release is out (130.687321): http://dl.google.com/android/studio/android-studio-bundle-130.687321-linux.tgz :)

TamCore commented on 2013-05-22 08:53 (UTC)

lib32-* is available in multilib and android-sdk in AUR.

dlin commented on 2013-05-22 08:36 (UTC)

missing these when compile on x86_64. error: target not found: lib32-fontconfig error: target not found: lib32-mesa error: target not found: lib32-libxrender error: target not found: android-sdk

TamCore commented on 2013-05-21 09:09 (UTC)

Your JRE version is to old.

<deleted-account> commented on 2013-05-21 08:16 (UTC)

Hi, I have one big problem. I can't start android-studio. Every time I try it, it breaks down with the following error: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at com.intellij.ide.plugins.PluginManager$2.run(PluginManager.java:194) at java.lang.Thread.run(Thread.java:679) Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libsplashscreen.so: libpng15.so.15: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1667) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) at java.security.AccessController.doPrivileged(Native Method) at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:111) at com.intellij.idea.IdeaApplication$IdeStarter.getSplashScreen(IdeaApplication.java:212) at com.intellij.idea.IdeaApplication$IdeStarter.showSplash(IdeaApplication.java:189) at com.intellij.idea.IdeaApplication$IdeStarter.access$000(IdeaApplication.java:172) at com.intellij.idea.IdeaApplication.<init>(IdeaApplication.java:87) at com.intellij.idea.MainImpl.startApplication(MainImpl.java:83) at com.intellij.idea.MainImpl._main(MainImpl.java:79) at com.intellij.idea.MainImpl.start(MainImpl.java:68) ... 6 more I have libpng16 installed. How can I fix this? Just symlinking doesn't work :D. Then it throws me another error... Thank you for any help