Android Studio 常见错误 之 Server's certificate is not trusted 解决证书不可信任老弹出的 问题
目录
Android Studio 常见错误 之 Server's certificate is not trusted 解决证书不可信任老弹出的 问题
2、在Settings 窗口,选中 Tools 下的 Server Certificactes
3、勾选 Accept non-trusted certificates automatically
4、下次重新打开 Android studio 就不会再弹出 Server's certificate is not trusted 窗口了
一、简单介绍
Android Studio 常见错误的整理,为以后遇到类似的错误,能及时解决。
本节介绍,打开 Android Studio 老是弹出 Server's certificate is not trusted 提示的问题的处理方法。
二、 解决方法
解决: 点击android studio左上角的File > Settings > Tools > Server Certificates > Accept non-trusted certificates automatically
意思为自动接受不可信的证书,将不再弹窗提醒。
三、具体步骤
1、选中 菜单栏 File - Settings...
2、在Settings 窗口,选中 Tools 下的 Server Certificactes
3、勾选 Accept non-trusted certificates automatically
4、下次重新打开 Android studio 就不会再弹出 Server's certificate is not trusted 窗口了