Package Details: android-apktool 2.11.1-2

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: 249
Popularity: 1.97
First Submitted: 2010-10-25 15:09 (UTC)
Last Updated: 2025-03-23 18:14 (UTC)

Dependencies (3)

Sources (1)

Latest Comments

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

jz_train commented on 2013-10-22 18:25 (UTC)

On arch x64 aapt will fail, 32-bit binary. You need to install lib32-zlib. Took me a while of searching. Figured I'd share if not already common knowledge.

westmin commented on 2013-07-27 20:02 (UTC)

have to change dependencies android-sdk-build-tools to android-sdk-build-tools-17

westmin commented on 2013-05-17 17:21 (UTC)

ok. u r right.

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

apktool doesnt provide the functionality to sign apks and doesn't depend on these two programms, so I don't see a reason for adding more stuff as deps. Currect me if I'm wrong.

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

question 2 where is Keytool and Jarsigner? needed to sign apk. http://developer.android.com/tools/publishing/app-signing.html it says the tools is in JDK, so why you do not include JDK as depent?

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.