Package Details: android-platform 37.0_r02-1

Git Clone URL: https://aur.archlinux.org/android-platform.git (read-only, click to copy)
Package Base: android-platform
Description: Android SDK Platform, latest API
Upstream URL: http://developer.android.com/sdk/index.html
Keywords: android development
Licenses: LicenseRef-custom
Conflicts: android-platform-37.0
Provides: android-platform-37.0
Submitter: lestb
Maintainer: g360 (Skycoder42, Vrakfall, Kppqju77, bsndrf)
Last Packager: Kppqju77
Votes: 187
Popularity: 0.005951
First Submitted: 2013-11-08 12:10 (UTC)
Last Updated: 2026-06-07 09:13 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

florax commented on 2017-12-23 19:42 (UTC)

The checksum for the platform-27_r01.zip was not valid to me. Updating to: "da778b2688355151e55fc1fe7763b67c087470c2afd1122007c04d58153c27bdcd5bb4ee0ca423e4e84bad243a87b95b" at the PKGBUILD solved it...

petronny commented on 2016-11-07 11:26 (UTC)

Please update it to r25

twa022 commented on 2016-06-19 17:21 (UTC)

The source directory in platform-24_r01.zip is 'android-N' which is not picked up by the grep command as written. I changed to: find "${srcdir}" -maxdepth 1 -mindepth 1 -type d | grep -P 'android-([0-9]+(\. [0-9]*)*$|[A-Z])' | while read directory; do

alkino commented on 2015-11-06 12:50 (UTC)

/opt/android-sdk is owned by (at least) android-sdk, android-sdk-build-tools, android-sdk-platform-tools and android-platform. All chmod it as 775 except android-platform to 755. Maybe you should follow them?

yan12125 commented on 2015-08-18 18:32 (UTC)

API 23 is released.

incomingstick commented on 2015-05-05 16:13 (UTC)

yaourt output when updating: aur/android-platform 21_r02-2 -> 22_r02-1

the-k commented on 2015-03-12 19:12 (UTC)

Out-of-date now.

LucidComplex commented on 2015-02-23 16:34 (UTC)

Sorry, flagged out-of-date by mistake. Was going to cancel, but was not quick enough to cancel.

lestb commented on 2014-12-19 12:53 (UTC)

Fixed the bug

Edgemaster commented on 2014-12-13 20:26 (UTC)

This package doesn't populate any files under /opt/android-sdk/platforms/ It looks like the regex in the PKGBUILD is broken, 'android-[0-9]+(\.[0-9]*)?$' gives me no results, modifying it to 'android-[0-9]+(\.[0-9]*)?' seems to work.