adrielcafe / NMSAlphabetAndroidApp

An unofficial translator app for No Man's Sky
https://play.google.com/store/apps/details?id=cafe.adriel.nmsalphabet.free
MIT License
25 stars 12 forks source link

Error on app start #3

Closed cherry-wave closed 8 years ago

cherry-wave commented 8 years ago
05-02 20:13:39.122 29895-29933/cafe.adriel.nmsalphabet.free E/Fabric: Unknown error while loading Crashlytics settings. Crashes will be cached until settings can be retrieved.
05-02 20:13:39.125 29895-29933/cafe.adriel.nmsalphabet.free E/Answers: Failed to retrieve settings
adrielcafe commented 8 years ago

Seems a problem with phone's network connection:

Can you check these things and then clean and run the project again? Waiting for response.

Source: https://twittercommunity.com/t/android-studio-unknown-error-while-loading-crashlytics-settings/58363 http://stackoverflow.com/questions/32267041/android-failed-to-connect-to-settings-crashlytics-com-54-83-49-38-port-443-a http://stackoverflow.com/questions/27510889/fail-to-retrieve-settings-from-crashlytics http://stackoverflow.com/questions/30925747/crashlytics-initialization-connectionexception-ehostunreach

adrielcafe commented 8 years ago

Well, I managed to reproduce the issue. I'm checking if the phone is connected, if not I don't start Fabric (with Crashlytics and Answers).

cherry-wave commented 8 years ago

OK, no error anymore! Thanks.