Omnimaga

General Discussion => Technology and Development => Other => Topic started by: BlakPilar on September 04, 2011, 08:01:31 pm

Title: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
Post by: BlakPilar on September 04, 2011, 08:01:31 pm
I've downloaded and "installed" the JDK 1.6 update 27 at least 3 times now, but the Android SDK isn't recognizing that I've installed it for some reason. When I get the version from the command prompt it only shows that I have the JRE installed (the correct version), but idk if it shows anything for the JDK.

Any ideas? ???
Title: Re: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
Post by: Netham45 on September 14, 2011, 02:27:27 am
Fix your path variable to include the JDK before the JRE.

On windows, go to system properties -> advanced -> environment variables. On linux, alter your PATH variable.
Title: Re: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
Post by: Lionel Debroux on September 14, 2011, 02:31:23 am
Check that the JAVA_HOME environment variable, if any, points to the appropriate version of the JDK.
Title: Re: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
Post by: Netham45 on September 14, 2011, 03:04:10 am
I also failed to note that if you set the path var, you need to set it to <Java Folder>\Bin.
Title: Re: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
Post by: BlakPilar on September 14, 2011, 06:32:28 am
Oh, sorry guys. ephan helped me the other day. I just had to hit back and then next again on the install.
Title: Re: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
Post by: Ikkerens on September 14, 2011, 06:34:16 am
This isn't the first time that this happened.
Happened to me too and it is a known issue @ google.
The best workaround to this is to download the zip and just create the android-sdk-windows folder yourself (using that zip).

The sdk doesn't need any specific drivers anyway (except JDK ofc)
Title: Re: JDK 1.6u27 / Android SDK not installing on Win7 64-bit?
Post by: BlakPilar on September 14, 2011, 06:42:57 am
Yeah, that's pretty much what I was going to do before ephan said something lol