简体   繁体   中英

My SDK Manager in Eclipse will not open

I've just started learning to use Eclipse and I a having trouble opening my SDK Manager. Each time I try, the loading bar for starting the SDK Manager gets to around 75% and just closes with no error or warning messages.

When I try to run the SDK Manager from my SDK folder, a console with the following error message came up (shown below). 在此处输入图片说明

I then tried sorting out the file path using the following Stack Overflow questions below:

Can't get Android SDK Manager to open

Android SDK manager won't open

I have tried editing both the find_java.bat and android.bat (according to those mentioned Stack Overflow questions and other sources I found online) but I still can't open my SDK Manager. What else could be the problem and what else can I try to get it working?

Press the Windows button and Search for android.bat(in the search programs and files text field)

Then copy the file to your android sdk folder 
(C:\Users\Shan\Documents\Computer Science - YEAR 2\Android App Development\adt-
bundle-windows-x86-20130917\sdk\tools\).

After that dont run SDK manager but run the android.bat file.

Or try this link:

Eclipse android sdk bundle can't open Android SDK Manager

In Eclipse go to Windows->Preferences and select Android. Here you should make sure the path to the SDK is correct. It should be in a folder called adt-bundle-windows-x86_64

If you can find where SDK Manager.exe is installed that is where the path should be set to in Eclipse with the exception that it points to the sdk folder in that path not the executable.

If the path is correct when you select Apply you should see at least three things in show up in the list of SDK Targets.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM