Package Details: android-studio-for-platform 2025.1.3.7-1

Git Clone URL: https://aur.archlinux.org/android-studio-for-platform.git (read-only, click to copy)
Package Base: android-studio-for-platform
Description: The official Android IDE for Platform Development
Upstream URL: https://developer.android.com/studio/platform
Licenses: Apache
Submitter: Tortel1210
Maintainer: Tortel1210
Last Packager: Tortel1210
Votes: 3
Popularity: 0.87
First Submitted: 2023-09-12 21:17 (UTC)
Last Updated: 2025-09-26 11:26 (UTC)

Latest Comments

1 2 Next › Last »

deovferreira commented on 2025-09-29 08:59 (UTC)

@Tortel1210 Thanks for this, I use it daily. Let me know if you need help with maintaining it.

zj970 commented on 2025-09-26 16:24 (UTC)

Thanks for the update, @Tortel1210! Absolutely no need to say sorry – we all know how it is. Any update is a great help, and we're grateful for it.

Cheers for keeping this alive.

Tortel1210 commented on 2025-09-26 11:30 (UTC)

Updated again. Sorry, I don't have as much time as I used to so I don't use this much anymore

zj970 commented on 2025-09-23 12:23 (UTC) (edited on 2025-09-23 12:26 (UTC) by zj970)

Hi @Tortel1210,

Thanks for the recent update to 2024.2.2.13! I noticed that Google has now released the 2025.1.3.7 version of Android Studio for Platform.

I've verified that the package builds correctly with the following updates:

Required changes:

pkgname=android-studio-for-platform
-_minor_version=2.13
-pkgver=2024.2.$_minor_version
+_minor_version=3.7
+pkgver=2025.1.$_minor_version

# The download URL can remain as current-linux.deb, but the SHA256 has changed
source=("https://dl.google.com/android/asfp/asfp-current-linux.deb"

-sha256sums=('c8c51358ea581dafc08b3ae0becfe66e87eb0eaadb2f96c9623ba494877253fd'
+sha256sums=('212d6e4895121563c607abe90c4842aaf08eb0104243e6f0c3c7637dd675782b'

Tortel1210 commented on 2025-03-23 11:01 (UTC)

Thanks! Its all updated now

qwq233 commented on 2025-03-23 09:09 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index ed01a32..17984b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@
 # Maintainer: Scott Warner <Tortel1210-at-gmail-dot-com>

 pkgname=android-studio-for-platform
-pkgver=2023.2.1.20
+_minor_version=2.13
+pkgver=2024.2.$_minor_version
 pkgrel=1
 pkgdesc="The official Android IDE for Platform Development"
 arch=('x86_64')
@@ -25,16 +26,17 @@ optdepends=('gtk2: GTK+ look and feel'
 options=('!strip')

 # https://dl.google.com/android/asfp/asfp-2023.1.1.19-linux.deb
-source=("https://dl.google.com/android/asfp/asfp-$pkgver-linux.deb"
+source=("https://dl.google.com/android/asfp/asfp-Ladybug%20Feature%20Drop-$pkgver-linux.deb"
         "$pkgname.desktop"
         "license.html")
-sha256sums=('70cfe9912821a8b514bc9545fce54b0cec550499492c7f207b56df66d0d47a06'
+sha256sums=('SKIP'
             '7d8615a69925b0685775546873997bdb967426e24b4fc265d120a04dc8367dda'
             '9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e')

 package() {
-  bsdtar -xf data.tar.xz -C "$pkgdir/"
-
+  bsdtar -xf data.tar.gz -C "$pkgdir/"
+  mv "$pkgdir/tmp" "$pkgdir/opt"
+  mv "$pkgdir/opt/android-studio-for-platform-Stable.$_minor_version" "$pkgdir/opt/android-studio-for-platform"
   # Install the application
   install -d $pkgdir/{opt/$pkgname,usr/bin}
   #cp -a bin lib jbr plugins license LICENSE.txt build.txt product-info.json $pkgdir/opt/$pkgname

Eterocell commented on 2024-09-19 09:32 (UTC) (edited on 2024-09-19 09:37 (UTC) by Eterocell)

It seems that we have an update for asfp, I am able to build AI-241.18034.62.2412.12047262 with the following changes in PKGBUILD:

diff --git a/.SRCINFO b/.SRCINFO
index ebb517e..8fd177f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = android-studio-for-platform
        pkgdesc = The official Android IDE for Platform Development
-       pkgver = 2023.2.1.20
+       pkgver = current
        pkgrel = 1
        url = https://developer.android.com/studio/platform
        arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = android-studio-for-platform
        optdepends = libgl: emulator support
        optdepends = ncurses5-compat-libs: native debugger support
        options = !strip
-       source = https://dl.google.com/android/asfp/asfp-2023.2.1.20-linux.deb
+       source = https://dl.google.com/android/asfp/asfp-current-linux.deb
        source = android-studio-for-platform.desktop
        source = license.html
-       sha256sums = 70cfe9912821a8b514bc9545fce54b0cec550499492c7f207b56df66d0d47a06
+       sha256sums = 2a8abf66b9b8022cb466369873a4a25c42001549f3be47e5f0d2985ac8a3b618
        sha256sums = 7d8615a69925b0685775546873997bdb967426e24b4fc265d120a04dc8367dda
        sha256sums = 9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e

diff --git a/PKGBUILD b/PKGBUILD
index ed01a32..4445fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
 # Maintainer: Scott Warner <Tortel1210-at-gmail-dot-com>

 pkgname=android-studio-for-platform
-pkgver=2023.2.1.20
+pkgver=current
 pkgrel=1
 pkgdesc="The official Android IDE for Platform Development"
 arch=('x86_64')
@@ -24,16 +24,16 @@ optdepends=('gtk2: GTK+ look and feel'
             'ncurses5-compat-libs: native debugger support')
 options=('!strip')

-# https://dl.google.com/android/asfp/asfp-2023.1.1.19-linux.deb
-source=("https://dl.google.com/android/asfp/asfp-$pkgver-linux.deb"
+source=("https://dl.google.com/android/asfp/asfp-current-linux.deb"
         "$pkgname.desktop"
         "license.html")
-sha256sums=('70cfe9912821a8b514bc9545fce54b0cec550499492c7f207b56df66d0d47a06'
+sha256sums=('2a8abf66b9b8022cb466369873a4a25c42001549f3be47e5f0d2985ac8a3b618'
             '7d8615a69925b0685775546873997bdb967426e24b4fc265d120a04dc8367dda'
             '9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e')

 package() {
-  bsdtar -xf data.tar.xz -C "$pkgdir/"
+  bsdtar -xf data.tar.gz -C "$pkgdir/"
+  mv "$pkgdir/tmp" "$pkgdir/opt"

   # Install the application
   install -d $pkgdir/{opt/$pkgname,usr/bin}

Tortel1210 commented on 2024-02-28 21:07 (UTC)

Even though ASFP may say there is a new version available, it is only checking for general Studio releases, not the for Platform version

Tortel1210 commented on 2023-11-28 03:50 (UTC)

Thanks, pushed an update to change that