Skip to content

bigbiff/atool

This branch is 13 commits behind carleo/atool:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 12, 2011
24cf5b3 · Dec 12, 2011

History

16 Commits
Jul 20, 2011
Nov 21, 2010
Dec 15, 2010
Dec 12, 2011
Nov 30, 2010

Repository files navigation

Tools for android development.

'apktool' is the sole available tool so far. It can parse android 
compiled xml files and resource table file (resources.arsc), then 
dump plain xml files almost the same as the originals. System
resources will be auto loaded from android sdk directory if it can
be resolved. Usage is as follows:

# dump one xml
$ apktool dumpxml <binary-xml> [resources.arsc]

# dump all xml in apk
$ apktool dumpapk <file-apk>

About

tools for android development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published