I followed the multidex guide at https://developer.android.com/tools/building/multidex.html
But I get this error Gradle DSL method not found : \'multiDexEnab
Make sure that you have android:name="android.support.multidex.MultiDexApplication" in your Android manifest file in the application element.
android:name="android.support.multidex.MultiDexApplication"