I have implemented Firebase
crashlytics
as suggested. I have put this in my app level release
build variant:
firebaseCrashlytics
{
mappingFileUploadEnabled true
}
but when I start to build signed apk
I am always getting this error
Task :app:uploadCrashlyticsMappingFileRelease FAILED
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app:uploadCrashlyticsMappingFileRelease'.
Expected file collection to contain exactly one file, however, it contains no files.
If I set mappingFileUploadEnabled
to false
then release apk
builds successfully. I have searched a lot but couldn't find a work around. Anyone can help?