开发者

`GLIBC_2.7' not found error in Android emulator while launching the AVD File

开发者 https://www.devze.com 2023-03-04 22:20 出处:网络
I am using Red Hat 5 and android-sdk_r11-linux_x86.tgz sdk. I am getting `GLIBC_2.7\' not found error when i try to start a 开发者_运维知识库virtual device from Android SDK and AVD Manager.

I am using Red Hat 5 and android-sdk_r11-linux_x86.tgz sdk. I am getting `GLIBC_2.7' not found error when i try to start a 开发者_运维知识库virtual device from Android SDK and AVD Manager.

Any help on this would be really useful.

-Thanks, Ron


If you look at the sdk requirements you will see that glibc >= 2.7 are required.

AFAIK rhel 5 (5.6) uses glibc 2.5

You could compile yourself the glibc >= 2.7 into a separated directory for instance /usr/local/glibc-new and than launch the AVD manager exporting the variable LD_LIBRARY_PATH=/usr/local/glibc-new

This should work

0

精彩评论

暂无评论...
验证码 换一张
取 消