JohnnyYin / AndroidTools

一些常用的Android脚本工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android常用的小工具

check_1px_pic.py

检查Android工程中1像素的图片,问题原因:1px图片的Crash。使用方式:python check_1px_pic.py

installapk.py

安装Apk的脚本,卸载,安装,启动主界面全自动化。使用方式:python installapk.py

openiTerm.scpt

打开iTerm并执行指定命令的Apple Script,可以用于Mac系统。使用方式:osascript openiTerm.scpt 'cd ~/'

decompiler

反编译工具,支持从一个Apk反编译得到资源和jar包。使用方式:./run.sh test.apk

About

一些常用的Android脚本工具


Languages

Language:Shell 87.0%Language:Python 10.0%Language:AppleScript 3.0%