kmansoor
kmansoor

Reputation: 4345

Android Studio 0.8.14 and 64 bit JDK

I downloaded Android Studio Beta v0.8.14 with the Android SDK for Windows from here, however, getting following error message:

No JVM install 32bit JDK

Now I do have JDK 1.7:

JAVA_HOME

Will it only work with 32 bits? If I download a 32 bit JDK I'll have to tinker with JAVA_HOME every time Android Studio is run?

Can somebody please help?

Upvotes: 0

Views: 674

Answers (2)

Dave Teply
Dave Teply

Reputation: 171

I was stuck on this one too... until I noticed the android-studio\bin\studio64.exe executable.

64-bit Windows 8.1 (Version 6.3.9600), JDK 1.8.0_05

Upvotes: 2

Squeazer
Squeazer

Reputation: 1254

I can confirm that Android Studio does work with a 64bit JDK. To fix this problem i suggest you first update to the latest version of Android Studio (as @WarrenFaith mentioned).

After that, if it still doesnt work, set an environment variable ANDROID_STUDIO_JDK to you JDK, and it should work.

Upvotes: 0

Related Questions