Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
520 views

Crashlytics not sending error reports from Instant Apps

I am trying to get Crashlytics reports from simple insant app. The app has one activity with one button to generate crash. Му MainActivity code is: package com.example.instantcrashtest; import ...
Roman Kononenko's user avatar
1 vote
0 answers
352 views

Crashlytics not working with Instant Apps

I am migrating my project to an instant apps structure and I have had to disable Crashlytics to continue my development. I have setup Crashlytics in the base module and applied all suugestions in ...
Javier Delgado's user avatar
0 votes
2 answers
2k views

Crashlytics plugin not uploading mapping file

I've refactored my project separating functionality into library modules in order to support Instant Apps. Everthing works great but I'm not able to see the deobfuscated stack trace at Crashlytics's ...
Ariel Carbonaro's user avatar
1 vote
1 answer
632 views

Crashlytics Answers throwing error with Android instant apps

I am using Crashlytics version 2.6.8 for my Android app. I have configured Crashlytics in base feature following answer here. Crashlystics is initialized with Fabric using following code snippet ...
Sunil Kumar's user avatar
  • 1,681
19 votes
3 answers
3k views

How do I integrate Crashlytics with Android Instant Apps?

Does Crashlytics work with Google Play Instant and if so, how do you setup your project correctly?
AdamK's user avatar
  • 21.3k