In Android Studio 2.1.3 is experimental gradle not working?
问题 I have a project where I mix and match regular Android Gradle Plugin: apply plugin: 'com.android.library' and Experimental Gradle Plugin as a library: apply plugin: 'com.android.model.library' In my overall build.gradle I have the following dependencies: buildscript { repositories { jcenter() } dependencies { classpath 'com.google.gms:google-services:3.0.0' classpath 'com.android.tools.build:gradle-experimental:0.7.2' classpath 'com.android.tools.build:gradle:2.1.3' } } And now after upgrade