Eclipse: Android Device Chooser - Unknown Android 2.3.4 Device

前端 未结 8 1914
栀梦
栀梦 2020-12-15 04:38

I have a Nexus One phone running Android 2.3.4. I am trying to build an application using the USB open accessory library. To do this I have selected Google APIs 10 as the Bu

8条回答
  •  粉色の甜心
    2020-12-15 05:17

    The solution was to create a udev rule for the device. See http://developer.android.com/guide/developing/device.html#setting-up for how to setup a udev rule for your specific vendor device.

    With the rule in place. Eclipse was able to launch and debug.

    device

提交回复
热议问题