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

Can 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

Thanks. Im trying to extract it all again. We'll see how it goes.

There's a thread here that might be of use too ...

I hope you get it sorted.

Steve.

yeah. 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.

Have 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

I 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.

You may have the JRE but you need that and the JDK. Let me find a link ...

JDK.

What does where java give you in the command prompt?

JRE = 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.

Ok. 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.

Hi 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.