Package Details: apk2gold-git 20141108-2

Git Clone URL: https://aur.archlinux.org/apk2gold-git.git (read-only, click to copy)
Package Base: apk2gold-git
Description: CLI tool for decompiling Android apps to Java
Upstream URL: https://github.com/lxdvs/apk2gold
Licenses: Apache
Submitter: simon25
Maintainer: simon25
Last Packager: simon25
Votes: 2
Popularity: 0.000000
First Submitted: 2015-08-27 02:43 (UTC)
Last Updated: 2015-08-27 02:50 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

micwoj92 commented on 2022-12-25 10:25 (UTC)

Build fails

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jd-cmd 0.8.3-SNAPSHOT:
[INFO] 
[INFO] jd-cmd ............................................. SUCCESS [  1.408 s]
[INFO] jd-lib ............................................. FAILURE [  4.261 s]
[INFO] jd-cli ............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.803 s
[INFO] Finished at: 2022-12-25T11:24:45+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (download-libs) on project jd-lib: An Ant BuildException has occured: The following error occurred while executing this line:
[ERROR] /build/apk2gold-git/src/apk2gold/jd-cmd/jd-lib/ant-prepare-binaries.xml:18: Can't get https://bitbucket.org/bric3/jd-intellij/get/version-0.4.1.zip to /build/apk2gold-git/src/apk2gold/jd-cmd/jd-lib/jd-intellij.zip
[ERROR] around Ant part ...<ant antfile="ant-prepare-binaries.xml"/>... @ 4:44 in /build/apk2gold-git/src/apk2gold/jd-cmd/jd-lib/target/antrun/build-main.xml
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :jd-lib
==> ERROR: A failure occurred in build().
    Aborting...

epitron commented on 2016-05-01 09:30 (UTC)

The apktool binary that comes with apk2gold is a bit out of date (it's v2.0.0RC2, while the latest is v2.1.0). This one also fails to decompile an APK I'm working with (it throws a null pointer error, and doesn't output any .smali files). The AUR package (apktool-git) is up to date, and works great. Perhaps this package could depend on that one?