Eclipse ADT Unexpected exception 'Cannot run program'
up vote 8 down vote favorite 4 | I have installed ADT Bundle on my laptop. I have ubuntu 13.10 but when I open the ADT I see this message:
It is my first time installing and developing on android, so, I do not know what to do. Can someone help me? android linux eclipse adt ubuntu-13.10 |
| add a comment |
GareginSargsyan1,008218 | Dec 25 '13 at 22:34 MichelAyala76129 |
5 Answers
up vote 4 down vote accepted | I faced the same problem but after re-extracting the ADT file,this message disappeared. Working on Ubunto 13.10 , The ADT file name (adt-bundle-linux-x86_64-20131030.zip) |
| add a comment |
Feb 25 '14 at 14:56 Abdo Kamal614 |
up vote 31 down vote | If you're on ubuntu 13.10 (and possibly other versions >= 12.10), you may need to install
in stead. ia32-libs is no longer available on 13.10 |
|
| Feb 19 '14 at 10:06 Ivo van der Wijk8,64312440 |
up vote 2 down vote | I think you have to install: IA32 library You can test this command: |
| add a comment |
Dec 25 '13 at 23:00 DARDAR SAAD12318 |
up vote 1 down vote | 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:
|
| add a comment |
answered May 6 '14 at 3:03 rahmad436 |
up vote 0 down vote | I am using Ubuntu 14.04 LTS 64-bit and the following code works for me sudo apt-get install lib32z1 lib32z1-dev |
| add a comment |
Mar 17 at 6:17 |
http://stackoverflow.com/questions/20777316/eclipse-adt-unexpected-exception-cannot-run-program