上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 51 下一页
摘要: referece to : http://blog.csdn.net/lzyzsd/article/details/46935063 在第一篇博客中,我讲解了关于tasks和构建过程中task的不同阶段。在写完这篇之后,我意识到我应该更详尽的讲述一下Gradle。弄懂语法很重要,免得我们碰到复杂的构 阅读全文
posted @ 2016-02-16 22:11 demoblog 阅读(305) 评论(0) 推荐(0) 编辑
摘要: reference to : http://trickyandroid.com/gradle-tip-1-tasks/ http://blog.csdn.net/lzyzsd/article/details/46934187 今天要讲的就是Gradle tasks以及task的配置和运行。可能有的读 阅读全文
posted @ 2016-02-16 21:45 demoblog 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 有时候为了方便演示一个手机app,需要把手机屏幕显示到PC或Mac上。这里提供一个方法 — 使用Vysor达到此功能。 Vysor的吸引力在于3个方面: 它适用于Windows、Linux或Mac。 USB数据线分享的屏幕几乎是实时的,而某些无线解决方案有明显的滞后。Vysor仍然有轻微的延迟,但它 阅读全文
posted @ 2016-01-29 15:00 demoblog 阅读(14623) 评论(0) 推荐(0) 编辑
摘要: 转:http://www.cnblogs.com/sage-blog/p/4323049.html 最近使用APKtool工具反编译APK老是提示不成功,错误如下: Exception in thread "main" brut.androlib.AndrolibException: Could n 阅读全文
posted @ 2016-01-27 15:17 demoblog 阅读(1347) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/mayingbao/http://www.cnblogs.com/hyddd/ 阅读全文
posted @ 2016-01-15 21:44 demoblog 阅读(209) 评论(0) 推荐(0) 编辑
摘要: reference to : http://www.cnblogs.com/hyddd/p/4402621.html前言 在Android统计App耗电量比较麻烦,直至Android 4.4,它仍没公开“电量统计”API或文档……额,是的,仅没有公开,并不是没有。平时在手机“设置- 电量”看到的数据... 阅读全文
posted @ 2016-01-15 21:35 demoblog 阅读(4279) 评论(0) 推荐(0) 编辑
摘要: reference to : http://blog.csdn.net/g19920917/article/details/38032413有两种方法可以查看service list:1. adb shell dumpsys输出信息的开始部分就是所有运行的service,如下:Currently r... 阅读全文
posted @ 2016-01-15 21:20 demoblog 阅读(9037) 评论(0) 推荐(0) 编辑
摘要: 用“adb shell dumpsys activity”命令再来查看一下系统运行的的任务,就会看到:ACTIVITY MANAGER ACTIVITIES (dumpsys activity activities) Stack #0: Task id #1 TaskRecord{... 阅读全文
posted @ 2016-01-15 20:58 demoblog 阅读(5038) 评论(0) 推荐(0) 编辑
摘要: referece : http://www.cnblogs.com/cnblogsfans/archive/2010/03/21/1690891.html签出svn checkout URL path签出指定版本svn checkout –r rev URL签出指定指定日期svn checkout ... 阅读全文
posted @ 2016-01-15 20:44 demoblog 阅读(436) 评论(0) 推荐(0) 编辑
摘要: reference to :http://www.cnblogs.com/soaringEveryday/p/4991563.html以往的Android开发有一个头疼的且拖慢速度的问题,就是你每改一行代码要想看到结果必须要编译运行到手机或者模拟器上,而且需要从头(可能是登录界面)一直点击到你修改的... 阅读全文
posted @ 2016-01-04 01:28 demoblog 阅读(3766) 评论(1) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 51 下一页