修改项目目录frameworks\runtime-src\proj.android-studio\build.gradle文件,配置buildDir
buildscript {
repositories {
jcenter()
}
dependencies {
classpath ‘com.android.tools.build:gradle:2.3.3’
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
buildDir = “${buildDir}/…/…/…/…/build”
}
