Eclipse Android Plugin — libncurses.so.5

前端 未结 7 1053
失恋的感觉
失恋的感觉 2020-12-12 15:11

I am struggling mightily with installing ADT (Android Dev Tools) on Eclipse in Fedora 16 OS, 64-bit.

Eclipse itself is running fine.

As instructed, I first i

7条回答
  •  不知归路
    2020-12-12 16:14

    This is happening because Android SDK is a 32bit application and require some 32bit shared libraries,

    I had same issue on Ubuntu 64 bits, and fixed with:

    $ sudo apt-get install ia32-libs
    

提交回复
热议问题