Android Studio好用的插件大全

作者: lucas777 | 来源:发表于2018-07-25 10:00 被阅读188次

    1.AndroidWiFiADB (https://github.com/pedrovgs/AndroidWiFiADB)

    android_wifi_adb.png 1.png

    注意: 需要在同一个局域网内

    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语句。

    image

    3.Source Tree(https://www.sourcetreeapp.com)

    Source Tree 是一个简洁的开源工具,提供友好的git管理方式。你可以看到所有的修改,提交以及分支。再也不用写命令行了。对Git的复杂感到困惑的新手是非常有用的。

    image

    4.BlockCanary(https://github.com/seiginonakama/BlockCanaryEx)

    另一个强大的性能监测库,BlockCanary是一个帮助你找出Android App界面卡顿元凶 的开源工具。设置非常简单,类似于LeakCanary。

    image

    相关文章

      网友评论

      本文标题:Android Studio好用的插件大全

      本文链接:https://www.haomeiwen.com/subject/sfaumftx.html