
解决Android Studio 3.6.1 无法找到有效证书问题
5星
- 浏览量: 0
- 大小:None
- 文件类型:PDF
简介:
本篇文章提供了解决在使用Android Studio 3.6.1时遇到“无法找到有效证书”错误的具体步骤和方法。
首先修改根目录下的 build.gradle 文件为以下格式:
Top-level build file where you can add configuration options common to all sub-projects and modules.
buildscript {
repositories {
maven { url http://maven.aliyun.com/nexus/content/repositories/google }
maven { url http://maven.aliyun.com/nexus/content/repositories/ }
}
全部评论 (0)
还没有任何评论哟~


