I am getting the following error while trying to build my project on Android Studio:
ERROR: No signature of method:
com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()
is applicable for argument types: (java.lang.String) values:
[DevDebug]
How to solve this?
I have installed Android Studio 3.3.1 and everything worked perfectly until I closed it. When I try to open a run again my project it says:
Intel HAXM is required to run this AVD
Unknown error, What should I do?
When I build my App. I got Warning, after update Android Studio version to 3.3 and update gadler plugin etc.
this is my build.gradle(Module:App)
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 28
defaultConfig {
…