Failed to parse "adb version" output

I am using Ubuntu 11.10 and Eclipse for Android development. I already made a new project, but it contains an error:

Failed to parse the output of 'adb version'

I will be grateful if anyone has an idea, how can I fix this?

+5
source share
6 answers
  • Install Oracle JRE using PPA:

    sudo add-apt-repository ppa:ferramroberto/java
    sudo apt-get update
    sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
    
  • Install ia32-lib from the software center.

+3
source

Two options for solving this problem on Windows: Option 1:

  • Close the eclipse if it is running.
  • Run the command prompt.
  • Go to the location of the sdk android tools.
  • run 'adb kill-server'
  • then run "adb start-server".
  • eclipse.

2:

  • .
  • adb.
  • eclipse.

.

+1

Android SDK i386 JVM, JVM i386 Eclipse.

  • 32- JVM Sun (Oracle). , :
  • JVM Eclipse. :

    Window > Preferences > Java > Installed JREs > Add
    

    JVM. , /usr/lib/jvm/java7/ (my is /usr/lib/jvm/java-7-sun-1.7.0.01). , JVM.   Java7 Add Eclipse

  • 32- JVM Sun (Oracle) .  Java7 Default Eclipse
+1

eclipse java JDK, java MIGHT . eclipse.

, JDK, script

/etc/init.d/jexec

, - , , jvm . , rdd jdk , .

, adt ( java jdk) ubuntu 12.04 64- .

0

Remove platform tools and then reinstall them from the SDK manager

0
source

To copy the contents of sdk \ platform-tools to sdk \ tool, you must also have JAVA_HOME env var pointing to your location in java ex. JAVA_HOME = C: \ Program Files \ Java \ jdk1.7.0_21

0
source

All Articles