Android Studio启动后提示
Android Studio启动后提示以下信息:
Caused by: java.lang.RuntimeException: Unable to create Debug Bridge: Unable to start adb server: Unable to detect adb version, exit value: 0xc0000135. ADB depends on the Windows Universal C Runtime, which is usually installed by default via Windows Update. You may need to manually fetch and install the runtime package here: https://support.microsoft.com/en-ca/help/2999226/update-for-universal-c-runtime-in-windows
这段文字在C:\Users\(本机用户名)\.AndroidStudio4.0\system\log\idea.log里也可以找到。
解决办法:
参考:https://stackoverflow.com/questions/59915905/unable-to-detect-adb-version-exit-value-0xc0000135
去下载一个KB2999226补丁即可。