Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

I can't seem to run android studio after downloading java and android studio - MSVCR100.dll missing??

It says failed to load JVM DLL C:\Program Files\java...If you already have a 64 bit JDK installed, define a JAVA home variable in Computer>System Properties> System Settings> Environment Variables

PLEASE Help!

Thank you, Ryan

2 Answers

Hi Ryan,

I found this on stack overflow: With android studio no jvm found, JAVA_HOME has been set

The solution has been:

It says that it should be a 64-bit JDK. I have a feeling that you installed (at a previous time) a 32-bit version of Java. The path for all 32-bit applications in Windows 7 and Vista is:

C:\Program Files (x86)

You were setting the JAVA_HOME variable to the 32-bit version of Java. Set your JAVA_HOME variable to the following:

C:\Program Files\Java\jdk1.7.0_45

If that does not work, check that the JDK version is 1.7.0_45. If not, change the JAVA_HOME variable to (with JAVAVERSION as the Java version number:

C:\Program Files\Java\jdkJAVAVERSION

its in the 64 bit folder but it still will not work!

Thanks a ton Holger! I will try this and get back to you.

Appreciate the help :)