Unable to run mksdcard.exe SDK tool android v3.5.2 at windows10

给你一囗甜甜゛ 提交于 2020-01-05 07:15:13

问题


I'm facing this issue while installing android studio components. Android v3.5.2 windows 10

enter image description here


回答1:


I faced this error while installing android studio. The below steps fixed my issue.

Go to https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads & Install Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019. and then continue the Android studio installation.

Choose the appropriate installation file for your OS.

x86: vc_redist.x86.exe

x64: vc_redist.x64.exe




回答2:


This could be because of some missing c++ dependency libraries. Please try installing the vc++ 2015 -2019 runtime from the below link and try again:

https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads



来源:https://stackoverflow.com/questions/59182493/unable-to-run-mksdcard-exe-sdk-tool-android-v3-5-2-at-windows10

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