Eclipse ADT Unexpected exception 'Cannot run program'

后端 未结 5 2249
终归单人心
终归单人心 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:00

    If you're on ubuntu 13.10 (and possibly other versions >= 12.10), you may need to install

    sudo apt-get install lib32ncurses5 lib32stdc++6 zlib1g:i386 libc6-i386
    

    in stead. ia32-libs is no longer available on 13.10

提交回复
热议问题