Android/Eclipse Installation on Ubuntu 11.04 - aapt and adb not working properly

前端 未结 4 1367
日久生厌
日久生厌 2020-12-14 06:47

I am a Linux n00b trying to setup my development environment in Eclipse. I have Eclipse and the Android SDK installed, but I am getting some errors when I start Eclipse or w

4条回答
  •  醉梦人生
    2020-12-14 07:10

    I'm on Ubuntu 13.10 64 bit and the above solutions don't quite work (I'm also using Andriod Studio but that shouldn't matter). I guess the issue is that Google's ADK binary is a 32 bit application. This worked for me:

    sudo dpkg --add-architecture i386
    sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386
    

提交回复
热议问题