调试准备:
1:安装真机的usb驱动。安装成功后,可以用命令行查看是否已经被识别
2:设置你android工程的debug
<application android:icon=”@drawable/icon” android:label=”@string/app_name”android:debuggable=”true”
.....
.....
<application>
3:右击android工程->Run as->Android Application ,在弹出的设备选择界面,选择你要调试的真机运行即可.....
Android真机调试指南
本文介绍了如何进行Android真机调试的步骤,包括安装USB驱动、设置Android工程为可调试状态及通过真机运行调试等内容。
5361

被折叠的 条评论
为什么被折叠?



