You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
I've done some more digging and found the following, This issue went un noticed for months, it was only when having to clone the project when the issue became apparent.
So, upgraded to android tns 6.1.1 about a month ago and 6.1.2 soon after and obviously had the app running all through that time.
It turns out, having platforms prepared on 6.1.0 and then upgrading to >6.1.1 there are no issues. I've tried tns prepare --force after the upgrades and still it runs without issue.
As soon as I remove platforms though and re build on >6.1.1 we have the behavior pointed out in this issue...
The text was updated successfully, but these errors were encountered:
Ianc22
changed the title
Hey @EddyVerbruggen
Unable to use Crashlytics on Android tns >6.1.0, app crashes on load, sits on splash screen and emulator eventually times out
Nov 5, 2019
Initially, when running prepare the build.gradle created in platforms looks like so
Below is the results after prepare, as you can see firebase.build.gradle is overwriting both my google services and fabric versions in build.gradle, am I missing something ?! :P
Ianc22
changed the title
Unable to use Crashlytics on Android tns >6.1.0, app crashes on load, sits on splash screen and emulator eventually times out
Unable to use Crashlytics on Android tns >6.1.0 < tns.next, app crashes on load, sits on splash screen and emulator eventually times out
Nov 5, 2019
Hey @EddyVerbruggen
I've done some more digging and found the following, This issue went un noticed for months, it was only when having to clone the project when the issue became apparent.
So, upgraded to android tns 6.1.1 about a month ago and 6.1.2 soon after and obviously had the app running all through that time.
It turns out, having platforms prepared on 6.1.0 and then upgrading to >6.1.1 there are no issues. I've tried tns prepare --force after the upgrades and still it runs without issue.
As soon as I remove platforms though and re build on >6.1.1 we have the behavior pointed out in this issue...
And to confirm still crashlytics...
Hope that helps!
Originally posted by @Ianc22 in #1425 (comment)
The text was updated successfully, but these errors were encountered: