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

前端 未结 4 1379
日久生厌
日久生厌 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条回答
  •  -上瘾入骨i
    2020-12-14 07:30

    Are you sure you followed this guide completely? Do you have ia32-libs installed? Try this:

    sudo apt-get install ia32-libs

提交回复
热议问题