Android Studio Install Failed - Unable To Run Mksdcard Sdk Tool In Windows
Solution 1:
On Windows, some SDK tools such as mksdcard.exe
require Microsoft Visual C++ runtime 2015-2019. Some download links can be found here.
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
Solution 2:
According to Subaru answer,some SDK tools such as mksdcard.exe require Microsoft Visual C++ runtime. So go to your System properties and check your System type:
Then based on your system type,(for me it was x64) download/update the latest Microsoft Visual C++ Redistributable for Visual Studio 2019 from the link https://visualstudio.microsoft.com/downloads/
After installing Microsoft Visual C++, my problem was fixed. All the best.
Solution 3:
Try to install or update latest version of visual c++. I have solved same issue by update visual c++.
Solution 4:
Just go to https://visualstudio.microsoft.com/downloads/ click on other tools and framework then locate Microsoft visual c++ redistributable for visual studio 2019 and download
Post a Comment for "Android Studio Install Failed - Unable To Run Mksdcard Sdk Tool In Windows"