摘要:
建立模拟器: $ android create avd --target 2 --name cupcake 移除模拟器: $ android delete avd --name cupcake 列出已创建的模拟器:$ android list avd 启动shell : $ adb shell 目录 阅读全文
摘要:
效果: 本机为小米2s:系统为4.11 果然,系统默认禁用掉了 APP 的 显示悬浮窗 的权限。因为那个菜单是实用悬浮窗来显示的,所以一直看不到。开启这个权限,然后就可以正常唤起菜单了。然后菜单中选择Dev Settings->Debug server host for device,填入你开发电脑 阅读全文