Reputation: 247
I recently format my PC and now when I tried to install the ADT Bundle from the Android developers site, I can't open the SDK Manager.exe it just openes a blank command prompt and shuts down immediatly. Also, when I try to launch the SDK Managr from eclipse it says "Starting Android SDK Manager", shows a progress bar (that moves) and than "Initialize ... SDK Manager will start up shoetly" but nothing happends.
Does somebody know what could be the problem? I am trying things since yesterday and I am hopeless.
Thanks from ahead :)
Upvotes: 3
Views: 2478
Reputation: 1159
I was facing the same issue. I got it resloved after adding path to system32
folder into PATH
environment variable.
If you are still facing the problem, try this solution.
Upvotes: 0
Reputation: 111
My solution:
Upvotes: 5
Reputation: 2520
Two causes for this that others report are
1) SDK can't find java so have to set it on PATH for system and
2) People have problems when path to java has spaces in the name
see this stackOverflow question.
Maybe you set the path before, after re-install java is in a different location and you need to set the environment again.
Upvotes: 0
Reputation: 1113
maybe this question interests you StackOverflow Question. My suggestion for him was to check if the adt and java are on the same bit system (both 32 bit or 64 bit). And maybe there will be post an answer which will help you.
Upvotes: 0
Reputation: 59
Go to Preferences then android and specify the path of the android sdk . That will solve your problem .Adt is just confused about the location of the sdk .
Upvotes: 0