0

Whenever I try to launch Android SDK, a cmd window just flashes and nothing happens.

I have JDK version 1.6 and 1.7 installed. When I try to launch Android.bat from the tools folder, I get this: (broken link)

Java.exe is in system32. I've been searching for hours, but no solution.


Edit: Fixed, thanks to Phix, by installing 32 bit java.

Alfabravo
  • 7,493
  • 6
  • 46
  • 82
m1l4droid
  • 3
  • 2
  • Please check http://stackoverflow.com/questions/3052743/android-create-call-fails-in-windows-7-missing-jdk – Rajesh Apr 25 '12 at 10:04
  • have you tried adding the java bin path to your Path in system environment variables? – josephus Apr 25 '12 at 10:05

1 Answers1

2

I had similar issues working with the 64bit version of the JDK. Try using the 32bit version instead.

Phix
  • 9,364
  • 4
  • 35
  • 62