Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to configure Android With Ubuntu 11.10

I am new to Android and trying to setup Android Development Environment. I have followed the steps given in the official documentation but I am still getting the error below:

[2011-11-08 22:24:39 - adb]/opt/eclipse/android-sdk-linux/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64

[2011-11-08 22:24:39 - adb]'adb version' failed! /opt/eclipse/android-sdk-linux/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64

[2011-11-08 22:24:39 - adb]Failed to parse the output of 'adb version'

I have tried to resolve this issue by installing 3 times, but it still persists. Could any one please help me to resolve this issue?

Looking forword for helping hands.

Environment Details :

JDK : 7
Eclipse : 3.7.1
OS : Ubuntu 11.10

Thank you!

Anand Chavan

like image 674
Anand Chavan Avatar asked Nov 08 '11 18:11

Anand Chavan


3 Answers

Installing ia32-libs from the repositories will fix the issue.

sudo apt-get install ia32-libs 
like image 199
Eren Tantekin Avatar answered Nov 06 '22 01:11

Eren Tantekin


Check this out! http://developer.android.com/sdk/installing.html#troubleshooting

like image 3
dixiedude Avatar answered Nov 06 '22 00:11

dixiedude


Here is how I set it up

http://forum.xda-developers.com/showpost.php?p=19446284&postcount=62

like image 2
realdriller Avatar answered Nov 06 '22 00:11

realdriller