1.AndroidWiFiADB (https://github.com/pedrovgs/AndroidWiFiADB)
注意: 需要在同一个局域网内
2.Android Debug Database(https://github.com/amitshekhariitbhu/Android-Debug-Database)
https://blog.csdn.net/wanghao940101/article/details/79113856
Android Debug Database是一个非常酷的开源工具,完全改变了debug 数据库和shared preferences的方式。现在你可以在一个漂亮的界面上查看,编辑,删除数据,以及运行sql语句。
3.Source Tree(https://www.sourcetreeapp.com)
Source Tree 是一个简洁的开源工具,提供友好的git管理方式。你可以看到所有的修改,提交以及分支。再也不用写命令行了。对Git的复杂感到困惑的新手是非常有用的。
4.BlockCanary(https://github.com/seiginonakama/BlockCanaryEx)
另一个强大的性能监测库,BlockCanary是一个帮助你找出Android App界面卡顿元凶 的开源工具。设置非常简单,类似于LeakCanary。
5.Android ButterKnifeGenerator
Plugin for generating Butter Knife injections from selected layout XMLs in activities/fragments/adapters.
选中一个布局文件,按快捷键Alt+Insert