Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio install failed - unable to run mksdcard sdk tool in Windows

Tags:

android

sdk

I installed Android Studio, but now fail in installing Android SDK when start lauching it. It says "unable to run mksdcard sdk tool", and tips that some libraries may be missing. I tried 32bit and 64bit but resulted the same. jdk: 1.7.0_80 os: windows 7 what should I do now?

like image 878
Leo Chang Avatar asked Feb 19 '16 02:02

Leo Chang


2 Answers

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

like image 67
Subaru Tashiro Avatar answered Nov 15 '22 07:11

Subaru Tashiro


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:

enter image description here

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/

enter image description here

After installing Microsoft Visual C++, my problem was fixed. All the best.

like image 2
shaby Avatar answered Nov 15 '22 08:11

shaby