Eclipse ADT Unexpected exception 'Cannot run program'

后端 未结 5 2394
终归单人心
终归单人心 2021-02-09 02:32

I have installed ADT Bundle on my laptop. I have ubuntu 13.10 but when I open the ADT I see this message:

Unexpected exception \'Cannot run program \"/home/.../D         


        
5条回答
  •  無奈伤痛
    2021-02-09 03:11

    Its documented in Android's Setting Up an Existing IDE page, click on the Troubleshooting Ubuntu link. For Ubuntu 13.10 (Saucy Salamander) and newer you need to add these packages:

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

提交回复
热议问题