0

I am new to Android Development, ive just downloaded the SDK (The ADT Bundle Containing eclipse and the sdk), installed JDK 1.6 buth when i try to launch the SDK Manager nothing happens. If i run the file ./tools/android.bat no error occurs. I cant get it to run.

CMD Output

C:\Users\<user_name>>java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

C:\Users\<user_name>>javac -version
javac 1.6.0_45

AVD Runs but not the SDK Manager

r4d1um
  • 528
  • 1
  • 9
  • 32

2 Answers2

2

Open it As Run AS Administrator it will work..

pavanmvn
  • 749
  • 10
  • 21
1

Just confirm the JDK version installed is a x64 version.

Refer this Android SDK and AVD Manager will not run.

Community
  • 1
  • 1
VikramV
  • 1,111
  • 2
  • 13
  • 31