Friday, June 24, 2011

Re: [android-developers] What OS is more user friendly for Android development.

On Fri, Jun 24, 2011 at 12:17 PM, Srinivas Nainala <sritosri@gmail.com> wrote:
> I have found some problems with Ubuntu and Windows when I connected
> Dell Streak device, its not detecting in DDMS tool, then I am unable
> to debug my app. I try download the related drivers still not
> detecting.

I am not aware of such a thing as "drivers" for Ubuntu for any Android
device. Problems with devices on Ubuntu are usually solved by
adjusting your udev rules, though I haven't had to do this in ages,
across a fairly wide range of devices and manufacturers.

For example, this line in, say, 51-android.rules may work:

SUBSYSTEM=="usb", SYSFS{idVendor}=="413c", MODE="0666"

as seen in:

http://sigsays.com/how-to/how-to-fastboot-or-adb-on-ubuntu-returning-no-devices-or-waiting-for-device-heres-how-to-fix-it/

> Could you suggest me how can I avoid USB drivers problem while
> connecting to DDMS debugging.

Don't use Windows, which is the only major development platform that
uses drivers of this nature.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment