Skip to content

A tiny tool which I use to parse and editor android binary xml file

License

Notifications You must be signed in to change notification settings

asmore/AXMLEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android 二进制AndroidManifest.xml 文件解析器,提供了很弱的编辑功能,可用来编辑Application中Meta元素据的Value。

用法: java -jar AXMLPrinter2.jar source_andoridManifest.xml -dir output_dir MetaKey MetaValue

例如修改Umeng的渠道: java -jar AXMLPrinter2.jar source_andoridManifest.xml -dir output_dir "UMENG_CHANNEL" "umeng"

修改说明: 1、原作者的程序,只修改UMENG_CHANNEL这个key;现在扩展了一下,可以修改其它的key; 2、原来命令行是变参,可以传入多个渠道参数,现在限定5个参数,MetaKey,MetaValue同时传入;

About

A tiny tool which I use to parse and editor android binary xml file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages