手机的开发人员选项打开了么,其中的 USB 调试打开了么?搞定他们并重新运行,是否能找到我们的日志?否,转到 2. 日志中是否有这样 could not disable core file generation for pid 3963: Operation not permitted 的信息么? 是,转到 3:否,那我也不知道怎么搞,或者你可以把日志贴到评论中我看看. 是华为手机么?是,转到 4:否,你可以参考 4 自己 Google Baidu 一下. 在拨号界面输入:*#*#2846579
获取状态栏高度 一.传统方式:有时获取为0,解决方法看 二 1 2 3 4 代码 Rect frame = new Rect(); getWindow().getDecorView().getWindowVisibleDisplayFrame(frame); int statusBarHeight = frame.top; 二.4.0.3之后可能获取为0 public int getBarHeight(){ Class<?> c = null; Objec