Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics no longer uploads mapping file when using Android App Bundle

When running Build -> Generate Signed Bundle / SDK
And then selecting Android App Bundle

It generates a new myApp.aab File using the play store signing feature. As well as the regular mapping files in myApp/outputs/mapping/release/mapping.txt

For some reason, Crashlytics is not able to pick those up.
Is there any way to manually trigger the uploading process of the Crashlytics?

Tested on

  • Gradle build: 3.2.1
  • Crashlytics: 2.9.8
  • io.fabric.tools:gradle:1.+
  • Android Studio 3.2.1(Windows)
like image 446
Ilya Gazman Avatar asked Jan 06 '19 01:01

Ilya Gazman


1 Answers

I never used App Bundle before; however, I want you to try uploading the mapping file myApp/outputs/mapping/release/mapping.txt to Play Store Console -> Android vitals -> Deobfuscation files.

enter image description here

Good luck!.

like image 71
Pisal UTNGY Avatar answered Sep 29 '22 07:09

Pisal UTNGY