October 23, 2010 | In: how-to, Tips & Tricks
Error: Failed to get the adb version: Cannot run program … on Ubuntu 10.04 (Lucid Lynx)
I met the following error when trying to launch an Android project using eclipse:
|
1 |
[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