sonyxperiadev/ApkAnalyser

Build error

ranjeetranjan opened this issue · 3 comments

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] smali-pom .......................................... SUCCESS [ 0.801 s]
[INFO] dexlib ............................................. SUCCESS [ 9.345 s]
[INFO] util ............................................... SUCCESS [ 0.573 s]
[INFO] smali .............................................. FAILURE [ 9.900 s]
[INFO] baksmali ........................................... SKIPPED
[INFO] maven-smali-plugin Maven Mojo ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.913 s
[INFO] Finished at: 2016-09-26T13:11:57+05:30
[INFO] Final Memory: 26M/327M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.antlr:antlr3-maven-plugin:3.2:antlr (smaliParser) on project smali: ANTLR caught 1 build errors. -> [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 -rf :smali

Same error

Yea it is a 6 year old project so I figured there would be build errors going back into this. You can grab the .jar itself alternatively from https://github.com/sonyxperiadev/ApkAnalyser/downloads. Not ideal compared to building it from source, looks like this great project needs a new maintainer.

wsimf commented

I got this error too - I was able to fix it by changing Java version to 1.7, I was using 1.8 previously.