Hi, If you run 64 bit you need 32 bit libraries. I don't know exacly which libraries:
if you run "strace ./adb" or "strace ./emulator" you could see which libraries you are missing. /per jonsson On 4 Jan, 10:53, Nanard <[email protected]> wrote: > Hi, > > I have installed Mandriva 2010 32 bits :-) > Unfortunately 'adb' still had a problem but, it gave me some error > messages this time. (all was OK on Mandriva 2009 !) > > So, I had to manually setup this file : /etc/udev/rules.d/50- > android.rules > > SUBSYSTEM=="usb|usb_device", SYSFS{idVendor}=="0bb4", MODE="0660", > GROUP="plugdev" > SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct} > =="0c02", SYMLINK+="android_adb" > SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct} > =="0c01", SYMLINK+="android_fastboot" > > Mandriva 2010 64 bits and Android SDK are not yet compatibles :-(
-- 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

