Skip to content Skip to sidebar Skip to footer

Android Adb Error Message: Error While Loading Shared Libraries: Libncurses.so.5

I've been trying to execute the simple hello world app from http://developer.android.com/training/basics/firstapp/running-app.html#Emulator via an emulator and I'm getting this err

Solution 1:

Have you checked the jdk version? From cmd type java -version. Also verify you got the right sdks installed in the sdk manager for the emulator image. For instance if your pointing to api 4.1 you need that and associated tools installed to run it in the emulator. If it gets funky go to your .android (not sure on ubuntu) folder and clear out the avd emulator cache and relaunch and recreate the avd. I could be off track because your not using windows and also using the cmd line.

Solution 2:

After executing this command 'sudo apt-get install ia32-libs' in terminal, it solve my problem, thanks

Post a Comment for "Android Adb Error Message: Error While Loading Shared Libraries: Libncurses.so.5"