apk2gold icon indicating copy to clipboard operation
apk2gold copied to clipboard

Windows support

Open lxdvs opened this issue 12 years ago • 3 comments

lxdvs avatar Jan 25 '13 22:01 lxdvs

any updates?

geocine avatar Sep 02 '13 08:09 geocine

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.

fonix232 avatar Mar 07 '15 08:03 fonix232

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

CarlLee avatar Apr 06 '15 06:04 CarlLee