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.
Search Criteria
Package Details: android-apktool-git 2.2.4.r5.g2f387288-1
| Git Clone URL: | https://aur.archlinux.org/android-apktool-git.git (read-only) |
|---|---|
| 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: | yan12125 |
| Last Packager: | yan12125 |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-11-01 22:16 |
| Last Updated: | 2017-10-15 13:24 |
Dependencies (5)
- 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-19.1, 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.1, android-sdk-build-tools-23.0.2, android-sdk-build-tools-23.0.3, android-sdk-build-tools-dummy)
- bash (bash-devel-git, bash-devel-static-git)
- java-runtime>=8 (intellij-jdk, java-gcj-compat, jdk, jdk-arm, jdk-dcevm, jdk-devel, jdk5, jdk6, jdk7, jdk8, jdk8-j9-bin, jdk9-openj9-bin, jre, jre-devel, jre6, jre7, jre7-openjdk-infinality, jre8, jre8-openjdk-infinality, jre8-openjdk-jetbrains, jre8-openjdk-jetbrains-git, server-jre, tuxjdk, zulu-jdk, jre7-openjdk, jre8-openjdk, jre9-openjdk)
- git (git-git) (make)
- java-environment>=8 (intellij-jdk, java-gcj-compat, jdk, jdk-arm, jdk-dcevm, jdk-devel, jdk5, jdk6, jdk7, jdk7-openjdk-infinality, jdk8, jdk8-j9-bin, jdk8-openjdk-infinality, jdk8-openjdk-jetbrains, jdk8-openjdk-jetbrains-git, jdk9-openj9-bin, tuxjdk, zulu-jdk, jdk7-openjdk, jdk8-openjdk, jdk9-openjdk) (make)
Required by (0)
Sources (1)
Latest Comments
yan12125 commented on 2017-03-24 14:49
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.
Manouchehri commented on 2014-05-31 01:24
It still fails to build with OpenJDK here. It has always run fine under OpenJDK, but it can't be built with anything but the standard JDK. That's why I set makedepends to jdk7 and depends to just java-runtime (which allows either).
brut.androlib.AaptTest > isAaptInstalledTest FAILED
java.lang.AssertionError: expected:<true> but was:<false>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at brut.androlib.AaptTest.isAaptInstalledTest(AaptTest.java:32)
33 tests completed, 1 failed
:brut.apktool:apktool-lib:test FAILED
FAILURE: Build failed with an exception.
Manouchehri commented on 2014-05-31 01:23
It still fails to build with OpenJDK here. It has always run fine under OpenJDK, but it can't be built with anything but the standard JDK.
brut.androlib.AaptTest > isAaptInstalledTest FAILED
java.lang.AssertionError: expected:<true> but was:<false>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at brut.androlib.AaptTest.isAaptInstalledTest(AaptTest.java:32)
33 tests completed, 1 failed
:brut.apktool:apktool-lib:test FAILED
FAILURE: Build failed with an exception.