- 
                Notifications
    You must be signed in to change notification settings 
- Fork 163
Open
Labels
crashSomething is crashingSomething is crashingplatform-androidSpecific to Android platformSpecific to Android platformsupportAsking for help writing an applicationAsking for help writing an application
Description
Getting Error when Created Release APK Android
- What went wrong:
 Execution failed for task ':intercom_flutter:lintVitalAnalyzeRelease'.
A failure occurred while executing com.android.build.gradle.internal.lint.AndroidLintWorkAction
Unexpected failure during lint analysis (this is a bug in lint or one of the libraries it depends on)
 Message: Unexpected failure during lint analysis (this is a bug in lint or one of the libraries it depends on)
 Message: Unexpected failure during lint analysis of PushInterceptReceiver.kt (this is a bug in lint or one of the libraries it depends on)
 Message: Found class org.jetbrains.kotlin.analysis.api.resolution.KaCallableMemberCall, but interface was expected
 The crash seems to involve the detector \\\`androidx.lifecycle.lint.NonNullableMutableLiveDataDetector\\\`.
 You can try disabling it with something like this:
     android {
         lint {
             disable "NullSafeMutableLiveData"
         }
     }
MisaGu, imyzhplxtq, samderlust, gokulk16, RaikiTakeuchi and 3 more
Metadata
Metadata
Assignees
Labels
crashSomething is crashingSomething is crashingplatform-androidSpecific to Android platformSpecific to Android platformsupportAsking for help writing an applicationAsking for help writing an application