Search Criteria
Package Details: android-apktool-git 2.2.4.r5.g2f387288-2
Git Clone URL: | https://aur.archlinux.org/android-apktool-git.git (read-only, click to copy) |
---|---|
Package Base: | android-apktool-git |
Description: | a tool for reengineering Android apk files |
Upstream URL: | https://ibotpeaches.github.io/Apktool/ |
Licenses: | |
Conflicts: | |
Submitter: | Manouchehri |
Maintainer: | Depau |
Last Packager: | Depau |
Votes: | 4 |
Popularity: | 0.001335 |
First Submitted: | 2013-11-01 22:16 |
Last Updated: | 2020-04-13 22:19 |
Dependencies (6)
- android-sdk-build-tools (android-sdk-build-tools-18.1, android-sdk-build-tools-18.1.1, android-sdk-build-tools-19, android-sdk-build-tools-19.0.1, android-sdk-build-tools-19.0.2, android-sdk-build-tools-19.0.3, android-sdk-build-tools-21, android-sdk-build-tools-21.0.1, android-sdk-build-tools-21.1, android-sdk-build-tools-21.1.2, android-sdk-build-tools-22, android-sdk-build-tools-22.0.1, android-sdk-build-tools-23, android-sdk-build-tools-23.0.2, android-sdk-build-tools-23.0.1, android-sdk-build-tools-23.0.3, android-sdk-build-tools-19.1, android-sdk-build-tools-dummy)
- bash (bash-devel-git, bash-devel-static-git)
- java-runtime>=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- git (git-git) (make)
- gradle (gradle-rc) (make)
- java-environment>=8 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk8-adoptopenjdk, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk) (make)
Latest Comments
1 2 Next › Last »
cameel commented on 2020-04-11 17:08
Some improvement suggestions regarding the
PKBUILD
:By default gradle starts a daemon and leaves it running in the background. Great for development but completely unnecessary when we're just building a package. You can use
--no-daemon
to disable it.I'm not sure what's the official Arch recommendation about Gradle Wrapper, but
gradle
6.3 from the official repos works just fine. I even unpacked the .jars built with and without the wrapper to make sure and the contents were identical byte-for-byte. You could addgradle
tomakedepends
and prevent the unnecessary download ofgradle-5.6.4-all.zip
for those who already have it installed.So, to summarize, I would suggest changing the build command to:
yan12125 commented on 2018-06-18 15:35
Disowned as I use android-apktool instead.
yan12125 commented on 2017-03-24 14:49
Target "applyPatches" is no longer in the latest git master.
* What went wrong:
Task 'applyPatches' not found in root project 'Apktool'.
Removing this line brings a working PKGBUILD, and apparently the resultant package works fine.
Manouchehri commented on 2015-12-16 19:01
Done.
HaoZeke commented on 2015-12-04 14:16
Hey, please update the build() portion to include
./gradlew applyPatches
Manouchehri commented on 2015-10-08 18:19
I'm already using that repository?
MreDD commented on 2015-10-08 17:35
his work has been moved to github.
https://github.com/iBotPeaches/Apktool
Manouchehri commented on 2015-03-12 20:50
Version bump. Is everyone okay with the version name or would you prefer if I shortened it?
Manouchehri commented on 2014-12-09 04:22
Fixed the version number again.
Manouchehri commented on 2014-11-26 19:01
Updated. I'm not sure why Oracle's JDK didn't have a aapt path problem but OpenJDK did.. Should be fixed either way, left the warning message just in case.