Unexpected exception 'Cannot run program ... error=2, No such file or directory' ... adb'
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? |
||||
add a comment
|
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) |
|||||
|
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 |
|||||||||||||||||||||
|
I think you have to install: IA32 library You can test this command: |
|||
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:
|
|||
I am using Ubuntu 14.04 LTS 64-bit and the following code works for me sudo apt-get install lib32z1 lib32z1-dev |
|||