Eclipse SDK manager not showing

I am using the 64-bit version of Windows-7 and I installed this (jdk-7u45-windows-x64) updated JDK on my system. My SDK has been upgraded to API level 18 (Android 4.3).

When I click on the SDK manager in an eclipse, it does not start. I tried to open it directly with administrator permission. But it does not begin. I tried to set such a variable path. enter image description hereenter image description here But I always get the same error as this. enter image description here

After I found that in my find_java.exe, get the java path from windows \ system32, as shown below enter image description here.

How to set Java path to installed java folder.

Need help to figure this out. For reference, also look at this link. SDK manager does not start

+4
6

JAVA_HOME, bin.

java.exe .

+1

android, , , Android Java 1.5 1.6. 1.7 Google jdk 1.7 Android ( ). , jdk 1.7. 1.6 jdk . 1.7 jdk, jdk 1.7. http://developer.android.com/sdk/index.html . u 1.7... . , jar, java 1.7. Android (dalvik jvm) , , , dex , 1.7, classes.dex. , -

+1

, , , .

bin jdk - C:\Program Files\Java\jdk1.7.0_45\bin eclipse.

0

, SDK - > - > Android SDK.

0

Download the latest version of android from http://developer.android.com/sdk/index.html .

and replace the new sdk folder with the old sdk folder from the Android package folder.

it might work now.

0
source

Finally, reinstalled my OS and installed JDK 1.6. Then I added the updated SDK to my ADT. Now it works great.

0
source

All Articles