lxdvs / apk2gold

CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!
662 stars 109 forks source link

Windows support #1

Open lxdvs opened 11 years ago

geocine commented 11 years ago

any updates?

fonix232 commented 9 years ago

If you install MSysGit on Windows, with adding all Linux tools to the PATH, it will work. jd-cli throws a lot of errors though.

CarlLee commented 9 years ago

The problem is java don't run on cygwin or mingw, so it doesn't recognize cygwin paths. It's just too much to compile openJDK under cygwin when all you want is just run a java app under it.

So I've added windows batch script in my fork. Feel free to save it before owner merge it. https://github.com/CarlLee/apk2gold/blob/4dc4a172fb9ca1266d2665410cd682a9ab41e05c/apk2gold.bat