Blogger Information
Blog 110
fans 0
comment 0
visits 112308
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Android开发实用小工具分享
Coco
Original
519 people have browsed it

  在Android开发过程中,好用的一些工具,可以提高我们开发的效率,提高我们开发的速度,在编程和学习的过程中,我们应该善于总结和积累,以便在以后的开发过程中,方便我们自己。现在我们来分享一些Android开发的小工具。

  1、Android未使用的资源文件查找工具

  在开发以及版本更新的过程中,经常会在项目中产生很多未使用或者冗余的资源文件,这里推荐一个小工具可以在发布时检测多余的资源文件,进而精简APK文件大小。

  使用方法如下:

  将

  AndroidUnusedResources1.6.2.jar文件放入工程的根目录,在命令行运行命令”java -jar

  AndroidUnusedResources.jar”, 就可以多余的资源文件列出。

  2、还原混淆后的log方法

  sdktoolsproguardbin 目录下有个retrace.bat工具可以将混淆后的报错堆栈解码成正常的类名

  使用方法如下:

  将你的报错堆栈保存到文件中,如obfuscated_trace.txt

  拿到版本发布时生成的mapping.txt

  执行命令retrace.bat -verbose mapping.txt obfuscated_trace.txt

  3、find bugs 静态检查工具

  FindBugs 是一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题。有了静态分析工具,就可以在不实际运行程序的情况对软件进行分析。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post