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

十年热恋 提交于 2020-01-03 11:32:10

问题


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?


回答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




回答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.




回答3:


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



来源:https://stackoverflow.com/questions/35496486/android-studio-install-failed-unable-to-run-mksdcard-sdk-tool-in-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!