Error:Cause: unable to find valid certification path to requested target

前端 未结 22 1206
无人及你
无人及你 2020-11-29 05:47

I got the following Error in android Studio 2.2.3 when I sync gradle.

Error:Cause: unable to find valid certification path to requested target

22条回答
  •  遥遥无期
    2020-11-29 06:27

    Run bellow command in Android studio terminal after opening the same project. It worked for me.

    On Windows:

    gradlew cleanBuildCache
    

    On Mac or Linux:

    ./gradlew cleanBuildCache
    

提交回复
热议问题