I met the following error when trying to launch an Android project using eclipse:
|
|
[2010-10-23 19:31:02 - adb]Failed to get the adb version: Cannot run program "/usr/src/android-sdk-linux_x86/tools/adb": java.io.IOException: error=2, No such file or directory |
After googling I found those useful steps to make it running properly:
1. install getlibs from http://frozenfox.freehostia.com/cappy/getlibs-all.deb
2. open terminal and go to your android folder and then platforms/android-1.6/tools
3. run this command from terminal getlibs aapt
Source: http://ubuntuforums.org/showthread.php?t=1317567
1 Response to Error: Failed to get the adb version: Cannot run program … on Ubuntu 10.04 (Lucid Lynx)
Ajay
May 27th, 2011 at 12:00
I was having the same problem. While searching I found a best solution which explains everything with step by step guidance for both error code 2 and 13 along with SD CARD Error
http://android-eclipse.blogspot.com/2011/05/failed-to-get-adb-version-cannot-run.html