1.//https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration?utm_source=android-studio#variant_aware
flavorDimensions "color"
2.Error:Unable to find method 'com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List;'.
https://blog.csdn.net/p576518762/article/details/78356137
3.Error:android-apt plugin is incompatible with the Android Gradle plugin. Please use 'annotationProcessor' configuration instead.
https://blog.csdn.net/hanfengzqh/article/details/78487169?locationNum=3&fps=1
4.升级Android Studio3.0遇到Unable to resolve dependency for ':app@debug解决方法
https://blog.csdn.net/jie_0754/article/details/80118905
5.关于解决Eclipse报错显示Unable to build: the file dx.jar was not loaded from the SDK folder
https://blog.csdn.net/qq_32224139/article/details/69525946