On Thu, Mar 15, 2012 at 6:48 AM, Soyer <[email protected]> wrote: > I am trying to use USB debugger on the phone, to debug my App, so i > did activate it after attach it to the laptop, but i didn't know what > next, isn't it suppose to show the reference of the phone on eclipse > when you want to run the App (i.e just like when you try to run it on > a virtual machine...)?
You need to have the "USB Debugging" setting enabled in the Settings app on the device. If you are using Windows, you also need to have the ADB USB driver installed (see http://developer.android.com/sdk/oem-usb.html). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

