sonyxperiadev/ApkAnalyser

mvn install on apktool folder fail because of missing dependency at googlecode.com.

ChrisPHL opened this issue · 2 comments

googlecode is down for years and ApkTool repository moved to http://ibotpeaches.github.io/Apktool/.

So installation instructions
cd ../apktool
mvn install
failed.

Since I'm not familiar with Apache Maven I don't know where to start resolving this issue.
Would you be so kind to fix the build setup, please?

Repositories are in pom.xml towards the bottom

What changes need to be done to resolve this error?
Please help.