activity_main.xml 提示信息 位于父容器左边 安卓调式桥adb-Android:负责eclips和模拟器之间进行调式的。任务管理器中有adb.exe在运行。在D:\andriod\newfile\ad5...
分类:
移动开发 时间:
2015-10-15 01:15:14
阅读次数:
304
要实现类似碗豆夹这类的与pc应用进行通讯备份通讯录,短信,应用,并对这些信息进行编辑的功能。这里主要用到了 adb,socket,pc 应用通过 usb 联接 android 然后通过发送广播来启动 android 里的服务器端程序。这是采用 c/s 的通讯模式,android 端应用是服务器,pc...
分类:
移动开发 时间:
2015-10-14 23:49:33
阅读次数:
478
Connect device via USB and make sure debugging is working.adb tcpip 5555adb connect 10.0.0.2:5555(replace with device’s IP address)Disconnect USB and ...
分类:
移动开发 时间:
2015-10-13 22:39:20
阅读次数:
216
1、cmd里面输入adb显示不是内部文件在安装SDK时,有些版本的ADB.exe并不在 tools 文件夹下,有时会在 platform-tools文件夹中,复制ADB.exe 的位置路径然后在环境变量Path里面加adb的路径...platform_tools;就好了2、sdk打不开!各种环境都配...
分类:
其他好文 时间:
2015-10-13 10:34:03
阅读次数:
244
adb命令: adb?shell?input?text?<string>??向设备输入文本(光标所在的文本框)? adb?shell?input?keyevent?<event_code>?向设备发送按键事件? 按键事件keycode如下: 0?-->??"KEYCODE_UNKNOWN"...
分类:
数据库 时间:
2015-10-12 17:31:18
阅读次数:
302
这两天通过python去连接Android手机时,一直提示:Adb connection Error:An existing connection was forcibly closed by the remote使用cmd执行adb命令的时候,却可以正常使用,不过无法kill-server和sta...
分类:
数据库 时间:
2015-10-12 16:56:42
阅读次数:
294
打开终端:touch .bash_profileopen -e .bash_profile这样会弹出一个 “.bash_profile” 文本文件,可以直接编辑和保存,很方便。更新配置:命令:source .bash_profile 验证 adb是否成功配置:终端输入:adb或者adb versio...
分类:
移动开发 时间:
2015-10-12 12:16:32
阅读次数:
128
原文网址:http://blog.csdn.net/maosidiaoxian/article/details/22661725在ubuntu下连接android设备,虽然不用像windows那样安装驱动,然而却会遇见一个错误:输入adb shell,会提示insufficient permissi...
分类:
移动开发 时间:
2015-10-10 17:02:17
阅读次数:
240
1.查看Android的应用包名和activity的方法(网上有很多种方法,这里应用的是查看日志的方法)CMD中输入>adb logcat -c >adb logcat ActivityManager:i *:s然后操作模拟器中要测试的应用,查看日志,结果如下,cmp=应用包名/Ac...
分类:
移动开发 时间:
2015-10-09 18:14:49
阅读次数:
376
Using activity manager (am)Within an adb shell, you can issue commands with the activity manager (am) tool to perform various system actions, such as ...
分类:
数据库 时间:
2015-10-07 18:48:45
阅读次数:
346