@terusus Those are dependencies for the SDK, not for Android Studio itself. See the android-sdk and android-sdk-build-tools packages if you want Arch-packaged SDK tools.
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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 53 Next › Last »
tad commented on 2016-12-11 01:37 (UTC)
terusus commented on 2016-12-05 16:59 (UTC)
mksdcard relies on additional 32 bit libraries:
lib32-ncurses
lib32-gcc-libs
It would be a good idea to add them to the dependencies.
anemo commented on 2016-10-24 06:20 (UTC)
The download details are available here.
http://tools.android.com/download/studio/builds/2-2-2
nlern commented on 2016-10-20 13:08 (UTC)
With some little changes we can install version 2.2.2 from this PKGBUILD. Changes in `PKGBUILD` are as follows:
1. Replace `2.2.1` in `pkgver` and `_pkgver` with `2.2.2`.
2. Set `_build=145.3360264`.
3. Change `sha1sum` entry `'1afb54c3ba7716246ef2cd248bdddd248d1442d4'` with `'fc63ca247762697c33102a78063a95f8b5ab5dea'`.
4. Save the modified `PKGBUILD`.
Source for data in Steps 1-3: https://developer.android.com/studio/index.html
anemo commented on 2016-10-20 11:49 (UTC)
Android Studio 2.2.2 is now available on the stable channel, please update appropriately.
mh00h commented on 2016-10-17 03:47 (UTC)
Running into issues with emulator. Had to follow https://mike42.me/blog/how-to-edit-emulator-flags-in-android-studio to get it working correctly.
tad commented on 2016-10-09 22:46 (UTC)
I've updated the package to match the -beta and -canary packages, so maintaining this should be easier going forward.
Updated to 2.2.1.
g360 commented on 2016-09-23 15:51 (UTC)
danyf90, adding co-maintaners would be great for everybody, bringing Android Studio stable updates and PKGBUILD fixes faster. User tuxfusion seems to be willing to collaborate, and user tad from android-studio-beta[1] might also.
As the JDK is now integrated with the IDE, you can remove it from the deps to opt deps, for optional external JDK. And only depend on java-environment for i686.
[1] https://aur.archlinux.org/packages/android-studio-beta
jfcandidofilho commented on 2016-09-23 00:28 (UTC)
@danyf90 @hewllowworld1 my better solution was to downgrade hahahaha! I was on the clock and needed a project done for yesterday.
Anyway, the solution appointed by @hellowworld1 fixed it. I removed the old directory and started from 0. Everything works now.
helloworld1 commented on 2016-09-22 20:56 (UTC)
I think the issue is that I need to clean up the pkgbuild android-studio directory. I have the previous version uncompressed there and pkgbuild is picking it up and packed it in. After cleaning, everything works fine.
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/