Package Details: android-apktool 2.9.3-1

Git Clone URL: https://aur.archlinux.org/android-apktool.git (read-only, click to copy)
Package Base: android-apktool
Description: a tool for reengineering Android apk files
Upstream URL: https://github.com/iBotPeaches/Apktool
Licenses: Apache-2.0
Submitter: TamCore
Maintainer: Muflone
Last Packager: Muflone
Votes: 240
Popularity: 0.195121
First Submitted: 2010-10-25 15:09 (UTC)
Last Updated: 2024-02-06 01:08 (UTC)

Dependencies (3)

Sources (2)

Latest Comments

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

TamCore commented on 2013-05-17 16:55 (UTC)

Fixed. aapt got moved from Platform-tools to Build-tools.

westmin commented on 2013-05-17 16:52 (UTC)

where is "aapt"? android-sdk-platform-tools does not have it and your PKGBUILD does not install it. I: Checking whether sources has changed... I: Checking whether resources has changed... I: Building resources... Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, --min-sdk-version, 3, --target-sdk-version, 13, -F, /tmp/APKTOOL4224866702571744398.tmp, -0, arsc, -I,

TamCore commented on 2013-04-10 16:17 (UTC)

PKGBUILD updated. Thanks!

felixonmars commented on 2013-04-10 04:36 (UTC)

Please rename build() to package(), as using a PKGBUILD without a package() function is deprecated since pacman 4.1 Also, please quote "${pkgdir}"

TamCore commented on 2013-02-03 16:41 (UTC)

Fixed. Thanks.

doug_piston commented on 2013-02-03 16:39 (UTC)

Had to change the apktool.jar install line in the PKGBUILD to 'install -m 0644 $srcdir/apktool1.5.2/apktool.jar $pkgdir/usr/bin/apktool.jar'

buergi commented on 2012-09-07 09:05 (UTC)

Could you please fix the dependencies: depends=('java-runtime' 'android-sdk-platform-tools') There is no need for the full JDK, the runtime is enough. See https://wiki.archlinux.org/index.php/Java_Package_Guidelines#Dependencies for details.

<deleted-account> commented on 2012-02-05 20:10 (UTC)

I have the Android SDK in my path, however I don't have it installed. I removed the dependency from the PKGBUILD file to install with no problems.

<deleted-account> commented on 2011-05-25 14:55 (UTC)

I've edited the PKGBUILD accordingly for new version 1.4.1 http://dl.dropbox.com/u/44875/PKGBUILD