Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何修复 Android Studio(最新版本 2.3)中的 Gradle 同步错误?
当 gradle 版本不兼容时会出现此错误。请将项目级别 build.gradle 中的 gradle 版本更新为 2.3。
buildscript { ... dependencies { classpath 'com.android.tools.build:gradle:2.3.0' } }