[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2011-01-26 Thread jam
BUMP glibc 2.10 here also.. I suppose I can create a chroot with new glibc.. :/ -- 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

Re: [android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2011-01-26 Thread Xavier Ducrohet
Download tools r9. Xav On Wed, Jan 26, 2011 at 6:56 PM, jam mcin...@forceway.com wrote: BUMP glibc 2.10 here also.. I suppose I can create a chroot with new glibc.. :/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2011-01-26 Thread ke tang
because you build with 32bit system, you can delete the prebuilt/linux-x86/toolchain/arm-eabi-4.4.3 directory,and create a link named arm-eabi-4.4.3 link to arm-eabi-4.4.0 2011/1/27 Xavier Ducrohet x...@android.com Download tools r9. Xav On Wed, Jan 26, 2011 at 6:56 PM, jam

Re: [android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2011-01-26 Thread John McInnes
It works! thanks. On 01/26/2011 06:00 PM, Xavier Ducrohet wrote: Download tools r9. Xav On Wed, Jan 26, 2011 at 6:56 PM, jam mcin...@forceway.com wrote: BUMP glibc 2.10 here also.. I suppose I can create a chroot with new glibc.. :/ -- You received this message because you are

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2011-01-14 Thread ph1g
The work around may work for some folks, but certainly there are people who can't, or don't want to risk, upgrade their machines. Can we get this re-released linked against glibc6 = 2.10 please? -Ben On Dec 7 2010, 11:20 pm, DrBrain techcao...@gmail.com wrote: Just found a work-around solution:

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2011-01-14 Thread ph1g
Can we please get this re-released linked against libc6 = 2.10? Many folks may be working off systems they can't upgrade or don't want to risk upgrading. Regards, Ben -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-08 Thread rmis...@apsora.com
I am also getting same error...any solution?? please On Dec 6, 4:27 pm, elpix1 elp...@gmail.com wrote: Hi, I updated the SDK for the Android 2.3 and the emulator is not running anymore because it needs GLIBC 2.11 and my system has 2.10 ! It seems that the emulator is the only tool from

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-08 Thread rmis...@apsora.com
I am also getting same errorany solution please On Dec 6, 4:27 pm, elpix1 elp...@gmail.com wrote: Hi, I updated the SDK for the Android 2.3 and the emulator is not running anymore because it needs GLIBC 2.11 and my system has 2.10 ! It seems that the emulator is the only tool from the

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-08 Thread CitizenB
I have the same issue on OpenSuse 11.2 32-bit. There is a similar issue with aapt, although it manages to run just fine despite the alarming error message. ~/android/sdk rpm -q glibc zlib glibc-2.10.1-10.9.1.i686 zlib-1.2.3-140.2.i586 ~/android/sdk ldd tools/emulator platform-tools/aapt

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-07 Thread Fred J
Same error on (Mandriva release 2010) On 6 déc, 22:27, elpix1 elp...@gmail.com wrote: Hi, I updated the SDK for the Android 2.3 and the emulator is not running anymore because it needs GLIBC 2.11 and my system has 2.10 ! It seems that the emulator is the only tool from the new SDK that

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-07 Thread jtoolsdev
Same here on Ubuntu 9.10. Hoses any development until there is a solution. Looking at reported 2.3 errors popping developers may want to wait to update. On Dec 7, 6:56 am, Fred J fred.jea...@gmail.com wrote: Same error on (Mandriva release 2010) On 6 déc, 22:27, elpix1 elp...@gmail.com

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-07 Thread jtoolsdev
Found out the QA machines at Android were upgraded to Lucid so they didn't catch the glibc thing. They are hoping to issue a fix. On Dec 7, 2:22 pm, jtoolsdev brianjto...@gmail.com wrote: Same here on Ubuntu 9.10.  Hoses any development until there is a solution.  Looking at reported 2.3

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-07 Thread DrBrain
Just found a work-around solution: 1. Add this repository: deb http://security.ubuntu.com/ubuntu lucid- security main to software sources (/etc/apt/sources.list) 2. Start update aptitude: sudo apt-get update 3. Start update libc6: sudo apt-get install libc6 Best Regards. On Dec 8, 11:07 am,

Re: [android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-07 Thread Atul Raut
Hi DrBrain , Thanks, its working fine for me. Appreciate you reply. Now Eclipse able to launch emulator. -- Atul Raut, Yavatmal, MH, India Android Telephony Engineer