问题
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