05-15 13:50:53.442 28150-28193/app I/CrashlyticsCore: Crashlytics report upload complete: <ID>
However, my toolbar says there are 0 questions, 0 non-living and 0 users.
What is the reason for this?
Please make sure you have the Crashlytics SDK as the last line of dependency blocks in your build.gradle application.
dependencies { ... compile('com.crashlytics.sdk.android:crashlytics:2.8.0@aar') { transitive = true; } }
Source: https://habr.com/ru/post/1017267/More articles:Heroku запускает изображение Docker с параметром порта - dockerConvert gson.JsonObject to JSONObject - javaScala JS extending HTMLElement to create custom element - javascriptI want to create a simple general method for counting numbers after applying a filter - javaValueError: cannot pass input array from form (224,224,3) to form (224,224) - pythonWhat could it be? [TsLint Error: "Promises should be handled accordingly"] - javascriptHTMLElement extension: constructor crashes when using webpack - javascriptSurprise in replacing template parameters? - c ++распечатать для объяснения java - javaMysql Left Join with Group By and Between - sqlAll Articles