Failed to get adb version; error = 13 in Ubuntu 11.10
NickName:includeMe Ask DateTime:2011-12-01T23:21:45

Failed to get adb version; error = 13 in Ubuntu 11.10

I added 32-bit android adk to eclipse(Classic, Indigo, Version: 3.7.0 Build id: I20110613-1736) in Ubuntu 11.10. I use 32-bit Ubuntu. When I start Eclipse the following error occurs.

Failed to get the adb version: Cannot run program "android-sdk-linux_x86/platform-tools/adb":java.io.IOException:error=13, Permission denied

I had already tried

1)set chmod -R 777 for android-sdk-linux_x86, platform-tools and adb. 

2)added jdk 6 as follows
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin
sudo apt-get install sun-java6-bin 
sudo apt-get install sun-java6-jdk

But these two fixes doesn't work. What will be the issue? and can anyone guide me, to fix this issue?

Copyright Notice:Content Author:「includeMe」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/8343729/failed-to-get-adb-version-error-13-in-ubuntu-11-10

Answers
catoxo 2011-12-05T05:59:05

I have the same problem. But my jdk version is 7 .\nI solved it by doing the following steps:\n\n\nctrl+alt+t>>vi ~/.bashrc>>Add the path \"android-sdk/platform-tools\" to export Path= ....:Path \nset chmod -R 777 android-sdk`\n",


More about “Failed to get adb version; error = 13 in Ubuntu 11.10” related questions

Failed to get adb version; error = 13 in Ubuntu 11.10

I added 32-bit android adk to eclipse(Classic, Indigo, Version: 3.7.0 Build id: I20110613-1736) in Ubuntu 11.10. I use 32-bit Ubuntu. When I start Eclipse the following error occurs. Failed to get...

Show Detail

Unable to configure Android With Ubuntu 11.10

I am new to Android and trying to setup Android Development Environment. I have followed the steps given in the official documentation but I am still getting the error below: [2011-11-08 22:24:3...

Show Detail

App will not start on phone. Using Ubuntu 11.10

I am having a lot of trouble trying to get my computer to run an android app on my phone. My computer is running Ubuntu 11.10 and my phone is HTC Desire running 2.2. Here is the error I am getting in

Show Detail

Failed to parse the output of 'adb version'

I'm using Ubuntu 11.10 and Eclipse for android developing. I've already made a new project, but it contains error: Failed to parse the output of 'adb version' I will be thankful if anyone have an...

Show Detail

Failed to parse Adb version (Wrong ELF Class)

My PC CONFIGURATION : UBUNTU 11.10 version 64 bit , ECLIPSE 3.7 , ANDROID SDK I tried hard to remove adb error but itsms not working and showing following Errors: /platform-tools/adb:Error While

Show Detail

Running adb on Ubuntu 11.10 results Permission Denied

I've searched a lot of resources for this problem but none of them helped. So, I've followed this steps http://developer.android.com/guide/developing/device.html#setting-up and after I tried ./adb

Show Detail

Is there a way to get Selenium 2.23 on Ubuntu 11.10?

I was using Firefox 12 with Selenium::WebDriver (ver 2.22) and everything was working fine. Then I, stupidly, upgraded to Firefox 13 via the Ubuntu weekly updates. Selenium (2.22) could not contr...

Show Detail

therubyracer (0.8.0) error on Ubuntu/Linux 11.10

I am running the latest version of RVM on Ubuntu/Linux 11.10. I just tried installing a project in it's own gem set using rvm use 1.9.2@the_project --create. Then I ran gem install bundler;bundle i...

Show Detail

ruby 1.8.7 installation error on ubuntu 11.10

recently I re installed Ubuntu 11.10 and was trying to set my working ruby and rails framework. But now I can not install 1.8.7 on my system. I loaded RVM successfully, i hope. The version it displ...

Show Detail

ADB missing in Ubuntu for HTC Desire S?

So I switched from Win to Ubuntu 11.10 for my Android development. In the same way as ADB drivers for Win7 was a problem, something weird is happening in Ubuntu as well. I try to run a (runnable)

Show Detail