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
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.google.gson.JsonElement.isJsonArray()' on a null object reference at com.mapbox.android.telemetry.CertificateBlacklist.isValidContent(CertificateBlacklist.java:113)\
this crash is occurring only first time while installing the app, second time it's working fine. happening in all Android Devices. please provide the solution
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.google.gson.JsonElement.isJsonArray()' on a null object reference at com.mapbox.android.telemetry.CertificateBlacklist.isValidContent(CertificateBlacklist.java:113)\
this crash is occurring only first time while installing the app, second time it's working fine. happening in all Android Devices. please provide the solution
mentioning all the current versions below:-
versions = [
mapboxSdkVersions: '1.1.0',
mapboxSdkRegistryPlugin: '0.3.0',
mapboxServices : '5.1.0',
mapboxTelemetry : '8.1.5',
mapboxCore : '3.1.1',
mapboxGestures : '0.6.0',
mapboxAccounts : '0.7.0',
appCompat : '1.0.0',
constraintLayout: '1.1.3',
recyclerView : '1.1.0',
material : '1.0.0',
uiAutomator : '2.2.0',
espresso : '3.2.0',
testRunner : '1.1.1',
fragment : '1.0.0',
annotation : '1.0.0',
leakCanary : '1.6.3',
junit : '4.12',
mockito : '3.0.0',
mockk : '1.9.3',
robolectric : '4.3',
timber : '4.7.1',
okhttp : '3.12.3',
kotlin : '1.3.72',
licenses : '0.8.5',
bintray : '1.8.4',
artifactory : '4.32.0',
androidPublish : '3.6.2',
lint : '26.4.2',
gms : '16.0.0',
soLoader : '0.10.5',
jacoco : '0.8.4',
appcenter : '1.4',
ktlint : '0.34.0',
commonsIO : '2.6',
okio : '2.4.3'
]
The text was updated successfully, but these errors were encountered: