For some reason, we needed to change the package identifier of our existing Android application. We already use Fabric for Crashlytics.
I am trying to bring this new application to the Fabric toolbar, but it does not appear there despite the fact that there are no problems in the device log (as I see): device log
Any ideas why the new package id is not showing up in our dashboard?
Best, Sven
, . , Fabric , "" .
( : ), :
Fabric.with( Fabric.Builder(this) .kits(Crashlytics()) .appIdentifier(BuildConfig.APPLICATION_ID) .build() )
, gradle.build meta . , Fabric.with(this,new Crashlytics()). , Fabric Android Android Studio, IDE, Fabric . .
Fabric.with(this,new Crashlytics())
, , Crashlytics .
I/CrashlyticsCore: Crashlytics report upload complete: <ID>
.
Build-Clean Android-, , , , . , - .
Source: https://habr.com/ru/post/1017345/More articles:Vertical alignment elements in a map using Bootstrap 4 - htmlHow do you make sure that a Vimeo video exists? - javascriptComparison of Ternary operator, Elvis operator, safe navigation operator and logical operators OR - operatorsHandle invalid msgpack messages sent from IE10 - javascriptУвеличение яркости изображения без переполнения - pythonThe route [password.reset] is not defined in laravel 5.4 in ResetPasswords.php - phpAndroid TV: RowsFragment element does not work in several cases - androidIs YQL / datatables.org as of May 17-18, 2017? - yahoo-apiConvert GsonBuilder to Kotlin - javaYQL query - phpAll Articles