摘要:
通过以上两个方法查询到运行的system service后,就可以在dumpsys后面加上service的名字,查看指定的service信息。 // 查看Activity相关信息adb shell dumpsys activity// 查看CPU相关信息adb shell dumpsys cpuin 阅读全文
posted @ 2020-01-29 22:01
不带R的墨菲特
阅读(563)
评论(0)
推荐(0)
摘要:
1.某些APP安装在模拟器时提示“ this probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You should either 阅读全文
posted @ 2020-01-29 21:31
不带R的墨菲特
阅读(1119)
评论(0)
推荐(0)
摘要:
安卓tool: http://tools.android-studio.org/ SDK下载地址:http://dl.google.com/android/android-sdk_r24.4.1-windows.zip 安装:直接双击下一步,默认安装即可。 配置:打开SDK Manager(首次自动 阅读全文
posted @ 2020-01-29 18:53
不带R的墨菲特
阅读(897)
评论(0)
推荐(0)