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

trying to run android Studio....No matching VM found.

Value of STUDIO_JDK: (null)

No matching VM found.

Android Studio was unable to find a valid JVM.

2 Answers

Can you take a screenshot, but it very well might be that you need to download, and install the Java SDK, since Android Studio is dependent on it, and will not run without it.

i should have probably mentioned it was on my mac and i have downloaded and reloaded all files still said same thing. i did otherwise google and found a solution which basically opening finder, finding info.plist and changing the values from <string>1.6*</string> to <string>1.6+</string> and it works like a charm, but it wont auto update which is no biggy.