I would like to install the Android SDK with Eclipse. To start, I downloaded the SDK, the .exe for Windows as I am running XP Pro. It started and asked me to install the JDK. I stopped the SDK and installed the JDK. I was then able to install the Android SDK loading all the platforms. I then installed Eclipse Helios for Java and, following the instructions for "Hello World", I added the ADT. Continuing to follow the instructions, I started a new Java project. Unfortunately, on the new project page, there were no build targets listed and I could not proceed. To solve this I tried uninstalling the JDK, the JRE and the Android SDK and reinstalling them. This time, after installing the JRE and the JDK, the SDK continues to report that the JDK is not present and will not proceed with it's install. Any suggestions?
Asked
Active
Viewed 2,551 times
0
-
When you go to START->RUN->cmd
type java -version. What do you get returned? – Phobos Feb 28 '11 at 03:45
2 Answers
0
After install you need to restart, then open the Eclipse preferences and tell where is the SDK location on your hard disk.
I think this should you help.

papachan
- 1,891
- 17
- 20
0
This similar post should help
Android SDK installation doesn't find JDK
Also See
Android SDK fails to install
Android SDK install problem