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

前端 未结 22 1201
无人及你
无人及你 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:09

    You are using older version of libraries.

    compile 'com.android.support:appcompat-v7:25.2.0'
    compile 'com.android.support:design:25.2.0'
    compile 'com.android.support:palette-v7:25.2.0'
    compile 'com.google.firebase:firebase-messaging:10.2.0'
    

提交回复
热议问题