linux - `GLIBC_2.7' not found error in Android emulator while launching the AVD File -
i using red hat 5 , android-sdk_r11-linux_x86.tgz sdk. getting `glibc_2.7' not found error when try start virtual device android sdk , avd manager.
any on useful.
-thanks, ron
if @ sdk requirements see glibc >= 2.7 required.
afaik rhel 5 (5.6) uses glibc 2.5
you compile glibc >= 2.7 separated directory instance /usr/local/glibc-new , launch avd manager exporting variable ld_library_path=/usr/local/glibc-new
this should work
Comments
Post a Comment