All of the tutorials I've read for Gradle explain that the build.gradle
file should contain either:
apply plugin: 'android'
or
apply plugin: 'android-library'
However, I've just built a new project with Android Studio 0.8.6 and my build.gradle
now has:
apply plugin: 'com.android.application'
this talk from the 2014 gradle summit sheds some more light on it: https://www.youtube.com/watch?v=A9Fn3ehhU-o from ~ min 15
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With