简体   繁体   English

Android Studio 安装失败 - 无法在 Windows 中运行 mksdcard sdk 工具

[英]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.我安装了 Android Studio,但现在开始启动它时无法安装 Android SDK。 It says "unable to run mksdcard sdk tool", and tips that some libraries may be missing.它说“无法运行 mksdcard sdk 工具”,并提示可能缺少某些库。 I tried 32bit and 64bit but resulted the same.我尝试了 32 位和 64 位,但结果相同。 jdk: 1.7.0_80 os: windows 7 what should I do now? jdk: 1.7.0_80 os: windows 7 我现在该怎么办?

On Windows, some SDK tools such as mksdcard.exe require Microsoft Visual C++ runtime 2015-2019.在 Windows 上,某些 SDK 工具(例如mksdcard.exe需要 Microsoft Visual C++ 运行时 2015-2019。 Some download links can be found here.一些下载链接可以在这里找到。

https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads 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.根据斯巴鲁的回答,一些 SDK 工具如 mksdcard.exe 需要 Microsoft Visual C++ 运行时。 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/然后根据您的系统类型(对我来说是 x64)从链接https://visualstudio.microsoft.com/downloads/下载/更新适用于 Visual Studio 2019 的最新 Microsoft Visual C++ Redistributable

在此处输入图片说明

After installing Microsoft Visual C++, my problem was fixed.安装 Microsoft Visual C++ 后,我的问题得到解决。 All the best.祝一切顺利。

May be it's your net problem. 可能是您的净问题。 You can use VPN and try again. 您可以使用VPN,然后重试。

Try to install or update latest version of visual c++.尝试安装或更新最新版本的 Visual C++。 I have solved same issue by update visual c++.我已经通过更新 Visual C++ 解决了同样的问题。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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