简体   繁体   中英

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

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?

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

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.

May be it's your net problem. You can use VPN and try again.

Try to install or update latest version of visual c++. I have solved same issue by update visual c++.

只需转到https://visualstudio.microsoft.com/downloads/单击其他工具和框架,然后找到 Microsoft Visual c++ redistributable for Visual Studio 2019 并下载

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM