shane
shane

Reputation: 509

android sdk manager initializing but not opening

when I run android sdk manager ,a small window pops up in

eclipse : it says "initializing..SDK manager will show up shortly.

android studio : "starting sdk manager" but nothing happens afterwards.

till now i have tried following solutions with no luck:

->changing android.bat to proper java/jre directory with/without quotes.

-> running as administrator

-> deleting the .android folder in c:users.

-> making sure that java directory is before windows/system32 directory.

all the above solutions haven't helped at all. the problem remains still the same. i m using jdk 8. is it true that android doesn't run with jdk8 and requires jdk7? because this leaves the setting up java7 as the last option.

Upvotes: 0

Views: 1172

Answers (1)

DONG
DONG

Reputation: 69

Please run directly /tools/android.bat to check whether there is any error message. If you get a JDK not found error. Try the following, if not, forget it.

In general, when you set environment parameters, sdk should be in "PATH" "CLASSPATH", but one time, I have the same situation, when I ran an exe to reinstall JDK. I got an error to ask me to use JAVA_HOME if JDK already installed.

So add the JDK path in JAVA_HOME to have a try.

Upvotes: 1

Related Questions