Top "Build-variant" questions

ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()

I am getting the following error while trying to build my project on Android Studio: ERROR: No signature of method: …

android build-error crashlytics-android android-studio-3.3 build-variant
Getting error says - "Entry name 'res/layout/test_toolbar.xml' collided" while creating signed apk

I have updated my android studio from 3.5.x to 3.6 today and getting error while generating signed apk for build variant …

android android-studio build.gradle signed-apk build-variant
variantOutput.getPackageApplication() is obsolete

with Gradle 4.10.1 and the Android Gradle plugin updated to 3.3.0, I get the following warning: WARNING: API 'variantOutput.getPackageApplication()' is …

gradle android-gradle-plugin build.gradle deprecation-warning build-variant