Reputation: 548
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
Upvotes: 0
Views: 218
Reputation: 1111
Just confirm the JDK version installed is a x64 version.
Refer this Android SDK and AVD Manager will not run.
Upvotes: 1