ANDROID - dx 处理速度太慢
eclipse中有没有办法将参数传递给dx(--no-optimize等)以提高dx处理速度?
Is there a way in eclipse to pass parameter to dx (--no-optimize, etc) to improve speed of dx processing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建少于 300 行的方法,划分最大数量,之前我创建了一个 2000 行的方法,并且在 Dx 处理中花费了 10 分钟。
create methods with less than 300 lines, divide the maximum you can, before I had created a method with 2000 lines and it took 10 minutes in Dx processing.