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
Helena Clarke
222 PointsCan not open Android Studio. MSVCP90.dll is missing from your computer. What does it mean?
I just got this msg aftermy 4th or 5th time trying to reDL AStudio. Can someone pls help me? Thank you.
7 Answers
Jordan Ernst
5,121 Pointshere is a link to someone else in treehouse having the same issue. i hope this helps you.
Helena Clarke
222 PointsThanks. Im trying to extract it all again. We'll see how it goes.
Steve Hunter
57,712 PointsHelena Clarke
222 Pointsyeah. I got that sorted but now have the same issue with The AVD Manager not launching from either the Run App or the tool bar icon. I know you dont have a PC. Can someone who knows Windows 7 help me if it's an A SDK issue? Thanks.
Steve Hunter
57,712 PointsHave you got the JDK installed? Go to a Command Prompt and type where java. That should locate it.
Have a look through this that explains what I'm trying to explain way better than I can!
Steve
Helena Clarke
222 PointsI did try to check for Java using javac -version in the command prompt and it says it's not there, but when I tried to dl Java it says that I already have it.
Steve Hunter
57,712 PointsYou may have the JRE but you need that and the JDK. Let me find a link ...
Steve Hunter
57,712 PointsJDK.
What does where java give you in the command prompt?
Steve Hunter
57,712 PointsJRE = Java Runtime Environment that you use when browsing etc. That's the one where the site tests your plug-in before determining if you need the download or not.
JDK = Java Development Kit - that's just a standalone thing that you can grab from the link above. That will/should/might/mightn't sort your problem out but it definitely a step in the right direction. The JDK is essential for Android development.
Helena Clarke
222 PointsOk. So I reinstalled Java and at least I have a reasonable error msg now: ''Failed to complete gradle execution. supplied java home seems to be invalid. I can not find the java executable.'' I can check the location or should I try running jdk in the command prompt? Thanks for helping. It's late here, I'll try again in the AM if you can leave a reply for me that would be swell. Cheers.
Steve Hunter
57,712 PointsHi Helena,
That requires you to go to File | Default Project Structure ... and point Android Studio to the correct JDK location. Typing java where tells you what that path is.
Let me know how you get on.
Steve.