Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSVCR100.DLL not found on Android Studio launch

I have just installed Android Studio and tried to launch it. But appears the following message and it doesn't start:

MSVCR100.DLL not found

Do I need to install anything else?

like image 297
MudusT Avatar asked Sep 14 '13 02:09

MudusT


People also ask

Why is msvcr100 dll missing?

This message is caused by a missing Windows component not being present on the device. To resolve this issue, please install the 'Microsoft 2010 C++ redistributable (x86)' package from Microsoft's website to your device. This process should take approximately 5 minutes.

Where is msvcr100 dll located?

Msvcp100 DLL file on Windows 10 is about 421,200 bytes. It is located in the C:\Windows\System32 or C:\Windows\SysWOW64 folder of your File Explorer. Besides, make sure that you copy the file to the above folder if you encounter the msvcr100.


1 Answers

That library belongs to Microsoft Visual C++ 2010.

Installing the "Microsoft Visual C++ 2010 Redistributable Package" will solve your problem.

Depending on the version of your operating system, you should download the appropriate file:

  • Microsoft Visual C++ 2010 Redistributable Package (x86)
  • Microsoft Visual C++ 2010 Redistributable Package (x64)
like image 66
victor.hernandez Avatar answered Oct 21 '22 20:10

victor.hernandez