Android设备配置问题

发布于 2024-10-26 20:51:51 字数 87 浏览 4 评论 0原文

我想在 LG P500 设备上测试我的应用程序。但模拟器未检测到该设备。当我尝试添加 SDK 中的 USB 驱动程序时,它不接受。请告诉我如何配置设备进行测试。

I want to test my applications on LG P500 device. But emulator is not detecting the device. When i try to add USB driver which is there in SDK, it is not accepting . Please tel me how to configure Device for testing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

欢烬 2024-11-02 20:51:52

我花了很长时间才为我的 P500 安装正确的 USB 驱动程序。我最终安装了一些不同的东西,并且在两三次重新启动的过程中我设法让它继续运行。

我很确定您需要的实际设置详细信息可以在 此处(注意,这是 LG 网站的新西兰部分 - 这是我的位置)是,但它应该在全球范围内工作)。

如果您按照此操作,您应该能够安装 USB 驱动程序。完成后,转到手机上的“设置”-“应用程序”-“开发”,然后打开“USB 调试”和“保持唤醒”——这些在您使用手机测试代码时会有所帮助。

您可以通过进入如下所示的 Android SDK 文件夹并输入 adb devices 来测试其实际工作情况(在所示目录中,如果您使用的是 32 位系统,请删除 (x86) -bit windows) - 我的显示如下:

c:\Program Files(x86)\Android\android-sdk-windows\platform-tools\adb devices 
List of devices attached
80A354043044674101      device

我希望有帮助 - 如果您仍然遇到问题,请告诉我。

I struggled long and hard to get the correct USB driver installed for my P500. I ended up installing a few different things, and over the course of two or three reboots I managed to get it going.

I'm pretty sure the actual setup details you need can be found here (Note, this is the New Zealand section of the LG website - which is where I am, but it should work globally).

If you follow that, you should be able to install the USB driver. Once done, go to SETTINGS-APPLICATIONS-DEVELOPMENT on the phone and turn on USB Debugging and Stay Awake - these help when you are using the phone to test code.

You can test that its actually working by going into the Android SDK folder shown below and typing adb devices (in the directory shown, remove the (x86) if you are using 32-bit windows) - mine shows up as follows:

c:\Program Files(x86)\Android\android-sdk-windows\platform-tools\adb devices 
List of devices attached
80A354043044674101      device

I hope that helps - let me know if you are still having problems.

行至春深 2024-11-02 20:51:52

更改手机设置以允许 USB 调试。首页->设置->应用程序->开发->USB调试。然后连接你的手机并运行ddms看看你的手机是否出现。模拟器不会显示你的手机,但它应该在DDMS中被识别

Change your phone settings to allow USB Debugging. Home->Settings->Applications->Development->USB Debugging. Then connect your phone and run ddms to see if your phone shows up.The emulator will not show your phone, but it should be recognized in DDMS

薄荷→糖丶微凉 2024-11-02 20:51:52

如果有人尝试在 LG P500 上工作,请按照以下步骤操作。
1>将您的手机连接到系统。
2>启用设置>SD卡和SD卡手机存储>仅大容量存储。
3>现在它将打开 SD 卡。转到 PC 套件目录,安装包含 USB 驱动程序的应用程序。安装完成后,仅禁用大容量存储。
4>更改手机设置以允许 USB 调试。主页->设置->应用程序->开发->按照 Apesa 和 Steve 建议进行 USB 调试

(即使我已经安装了 LGUSBModemDriver_Eng_WHQL_Ver_4.9.4_All.exe )请让我知道这个驱动程序到底会做什么。 )

If some one trying to work on LG P500, Please follow the steps.
1> Connect your Phone to system.
2> Enable settings>SD Card & phone Storage > Mass storage only.
3> Now it will open the SD card. Go to PC suit dir, Install the application whc in turn contain USB drivers. After installation has completed desable mass storage only.
4> Change your phone settings to allow USB Debugging. Home->Settings->Applications->Development->USB Debugging as Apesa ans Steve suggested

(Even i hve installed LGUSBModemDriver_Eng_WHQL_Ver_4.9.4_All.exe )Please let me knw wht exactly this driver will do . )

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文