nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

App is not building after mapbox is installed #1573

Closed uvishere closed 5 years ago

uvishere commented 5 years ago

I'm trying to install mapbox in a fresh react native installation following the official Android Installation Guide. I'm getting error while trying to build the application with @mapbox/react-native-mapbox-gl installed.

Steps to reproduce

  1. npm install --save @mapbox/react-native-mapbox-gl
  2. Either react-native link or followed the process manually as given in the installation guide.
  3. When I try building the program using react-native run-android, a long list of weird message appears as below:

info JS server already running. info Building and installing the app on the device (cd android && ./gradlew app:installDebug)...

Configure project :@mapbox_react-native-mapbox-gl WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html WARNING: Configuration 'provided' is obsolete and has been replaced with 'compileOnly'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html WARNING: The specified Android SDK Build Tools version (26.0.1) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.3.1. Android SDK Build Tools 28.0.3 will be used. To suppress this warning, remove "buildToolsVersion '26.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

Task :@mapbox_react-native-mapbox-gl:compileDebugRenderscript FAILED

FAILURE: Build failed with an exception.

Could not resolve com.squareup.okio:okio:1.13.0. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.squareup.okio:okio' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okio:okio:1.15.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.12.1' --> 'com.squareup.okio:okio:1.15.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0

Could not resolve com.android.support:appcompat-v7:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.android.support:appcompat-v7:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-annotations:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-core-utils:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:support-core-utils' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-compat:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:support-compat' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-compat:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve android.arch.lifecycle:runtime:1.0.3. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'android.arch.lifecycle:runtime' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:runtime' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:runtime' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3

Could not resolve android.arch.lifecycle:common:1.0.3. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'android.arch.lifecycle:common' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.lifecycle:livedata-core:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:common' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3

Could not resolve android.arch.core:common:1.0.0. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'android.arch.core:common' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.lifecycle:livedata-core:1.1.1' --> 'android.arch.core:common:1.1.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.core:common' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0

Could not resolve com.android.support:support-fragment:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:support-fragment' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-fragment:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-core-ui:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:support-core-ui' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-ui' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-ui' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-vector-drawable:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:support-vector-drawable' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:animated-vector-drawable:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl Cannot find a version of 'com.android.support:animated-vector-drawable' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:appcompat-v7:25.4.0. Required by: project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-services:2.2.9 project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.android.support:appcompat-v7:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-compat:25.4.0. Required by: project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-services:2.2.9 Cannot find a version of 'com.android.support:support-compat' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-compat:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-annotations:25.4.0. Required by: project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1 Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-fragment:25.4.0. Required by: project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1 Cannot find a version of 'com.android.support:support-fragment' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-fragment:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.squareup.okhttp3:okhttp:3.9.1. Required by: project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1 Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

Could not resolve com.android.support:appcompat-v7:27.0.2. Required by: project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0 project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0 Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.android.support:appcompat-v7:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:appcompat-v7:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.3 Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.android.support:appcompat-v7:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.squareup.okhttp3:okhttp:3.12.1. Required by: project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.3 project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.3 > com.squareup.okhttp3:okhttp-urlconnection:3.12.1 Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

Could not resolve com.squareup.okio:okio:1.15.0. Required by: project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.3 project :@mapbox_react-native-mapbox-gl > com.squareup.okhttp3:okhttp:3.12.1 Cannot find a version of 'com.squareup.okio:okio' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okio:okio:1.15.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.12.1' --> 'com.squareup.okio:okio:1.15.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okio:okio' strictly '1.13.0' because of the following reason: debugRuntimeClasspath uses version 1.13.0

Could not resolve com.squareup.okhttp3:okhttp:3.6.0. Required by: project :@mapbox_react-native-mapbox-gl > com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9 project :@mapbox_react-native-mapbox-gl > com.squareup.retrofit2:retrofit:2.2.0 project :@mapbox_react-native-mapbox-gl > com.squareup.okhttp3:logging-interceptor:3.6.0 Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

Could not resolve com.android.support:support-annotations:25.3.1. Required by: project :@mapbox_react-native-mapbox-gl > com.mapzen.android:lost:3.0.4 Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:appcompat-v7:25.3.1. Required by: project :@mapbox_react-native-mapbox-gl > com.mapzen.android:lost:3.0.4 Cannot find a version of 'com.android.support:appcompat-v7' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-locationlayer:0.3.0' --> 'com.android.support:appcompat-v7:27.0.2' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.android.support:appcompat-v7:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.android.support:appcompat-v7:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:appcompat-v7:25.3.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:appcompat-v7' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-annotations:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-compat:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 > com.android.support:collections:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 > com.android.support:cursoradapter:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-vector-drawable:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-compat:28.0.0 > com.android.support:versionedparcelable:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 > com.android.support:documentfile:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 > com.android.support:localbroadcastmanager:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 > com.android.support:print:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:customview:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:viewpager:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:coordinatorlayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:drawerlayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:slidingpanelayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:interpolator:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:swiperefreshlayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:asynclayoutinflater:28.0.0 Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-compat:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-utils:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-vector-drawable:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:customview:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:viewpager:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:coordinatorlayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:drawerlayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:slidingpanelayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:swiperefreshlayout:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 > com.android.support:asynclayoutinflater:28.0.0 Cannot find a version of 'com.android.support:support-compat' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-compat:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-compat:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-compat' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-core-utils:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:support-core-ui:28.0.0 Cannot find a version of 'com.android.support:support-core-utils' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-utils' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-fragment:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 Cannot find a version of 'com.android.support:support-fragment' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-fragment:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-fragment' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:support-vector-drawable:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:animated-vector-drawable:28.0.0 Cannot find a version of 'com.android.support:support-vector-drawable' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.android.support:animated-vector-drawable:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:appcompat-v7:28.0.0 Cannot find a version of 'com.android.support:animated-vector-drawable' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:animated-vector-drawable' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve com.squareup.okhttp3:okhttp:3.10.0. Required by: project :@mapbox_react-native-mapbox-gl > com.facebook.react:react-native:0.59.3 > com.facebook.fresco:imagepipeline-okhttp3:1.10.0 Cannot find a version of 'com.squareup.okhttp3:okhttp' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-android-telemetry:2.2.9' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.squareup.okhttp3:okhttp:3.9.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.facebook.fresco:imagepipeline-okhttp3:1.10.0' --> 'com.squareup.okhttp3:okhttp:3.10.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.facebook.react:react-native:0.59.3' --> 'com.squareup.okhttp3:okhttp-urlconnection:3.12.1' --> 'com.squareup.okhttp3:okhttp:3.12.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.retrofit2:retrofit:2.2.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapbox.mapboxsdk:mapbox-java-services:2.2.9' --> 'com.squareup.okhttp3:logging-interceptor:3.6.0' --> 'com.squareup.okhttp3:okhttp:3.6.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.squareup.okhttp3:okhttp' strictly '3.9.1' because of the following reason: debugRuntimeClasspath uses version 3.9.1

Could not resolve android.arch.lifecycle:runtime:1.1.1. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:support-compat:28.0.0 Cannot find a version of 'android.arch.lifecycle:runtime' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:runtime' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:runtime' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3

Could not resolve com.android.support:support-core-ui:28.0.0. Required by: project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 project :@mapbox_react-native-mapbox-gl > com.android.support:animated-vector-drawable:28.0.0 Cannot find a version of 'com.android.support:support-core-ui' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:animated-vector-drawable:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-ui' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-core-ui' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Could not resolve android.arch.lifecycle:common:1.1.1. Required by: project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:runtime:1.1.1 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.lifecycle:livedata-core:1.1.1 Cannot find a version of 'android.arch.lifecycle:common' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.lifecycle:livedata-core:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.lifecycle:common' strictly '1.0.3' because of the following reason: debugRuntimeClasspath uses version 1.0.3

Could not resolve android.arch.core:common:1.1.1. Required by: project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:runtime:1.1.1 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.core:runtime:1.1.1 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.lifecycle:livedata-core:1.1.1 Cannot find a version of 'android.arch.core:common' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.lifecycle:livedata-core:1.1.1' --> 'android.arch.core:common:1.1.1' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'android.arch.core:common' strictly '1.0.0' because of the following reason: debugRuntimeClasspath uses version 1.0.0

Could not resolve com.android.support:support-annotations:26.1.0. Required by: project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:runtime:1.1.1 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > android.arch.lifecycle:viewmodel:1.1.1 project :@mapbox_react-native-mapbox-gl > android.arch.lifecycle:common:1.1.1 project :@mapbox_react-native-mapbox-gl > android.arch.core:common:1.1.1 project :@mapbox_react-native-mapbox-gl > com.android.support:support-fragment:28.0.0 > com.android.support:loader:28.0.0 > android.arch.lifecycle:livedata:1.1.1 > android.arch.core:runtime:1.1.1 Cannot find a version of 'com.android.support:support-annotations' that satisfies the version constraints: Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.mapzen.android:lost:3.0.4' --> 'com.android.support:support-annotations:25.3.1' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.1.0' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-annotations:25.4.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:collections:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:cursoradapter:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-vector-drawable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'com.android.support:versionedparcelable:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'android.arch.lifecycle:viewmodel:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:documentfile:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:localbroadcastmanager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:appcompat-v7:28.0.0' --> 'com.android.support:support-core-utils:28.0.0' --> 'com.android.support:print:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.lifecycle:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-services:2.2.9' --> 'com.android.support:support-compat:28.0.0' --> 'android.arch.lifecycle:runtime:1.1.1' --> 'android.arch.core:common:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:customview:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:viewpager:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:coordinatorlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:drawerlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:slidingpanelayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:interpolator:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:swiperefreshlayout:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:support-core-ui:28.0.0' --> 'com.android.support:asynclayoutinflater:28.0.0' --> 'com.android.support:support-annotations:28.0.0' Dependency path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0' Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2 Constraint path 'EasyGoNative:@mapbox_react-native-mapbox-gl:unspecified' --> 'com.android.support:support-annotations' strictly '27.0.2' because of the following reason: debugRuntimeClasspath uses version 27.0.2

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings


BUILD FAILED in 1s
1 actionable task: 1 executed
error Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
error Command failed: ./gradlew app:installDebug

Is it something wrong with java version? I tried changing the versions in build.gradle file, but there was no luck. Anyone having similar issue??

kristfal commented 5 years ago

Please use master instead of NPM release. The NPM release is currently a bit out of date, which is why if you follow the reader for master, things will not work for the NPM release.

We already got an issue to publish to NPM, so closing.

uvishere commented 5 years ago

Hi @kristfal , I tried following things:

FYI, here's the build.gradle file section where the versions are defined: Screenshot from 2019-04-05 02-57-57

Since the problem is not solved yet, I request you the re-open the issue. Thanks.

sfratini commented 5 years ago

compileSdkVersion and supportLibVersion should be the same, in this case supportLibVersion should be "28.0.0"

uvishere commented 5 years ago

Hi @sfratini thanks for the reply. I tried that as well but still no luck. Is it possibly something with the version of JDK? Screenshot from 2019-04-05 17-11-41

sfratini commented 5 years ago

Usually these cases mean that you have a lacking repository URL or any other dependency in your project build.gradle. So mostly related to your Android setup and not the repo itself.

Try running "gradlew clean assembleDebug" from the command line

mutefiRe commented 5 years ago

same problem here, I tried proposed solutions, but no success.

sfratini commented 5 years ago

same problem here, I tried proposed solutions, but no success.

Most likely an Android project setup and not related to the repo, if you actually have the same issues it is telling about the library not being found. That usually means the repo is not setup in gradle file or that you are using an incompatible wrapper.

If any of you still have this issue, try master branch. If that does not work, open a new one and post your app build.gradle, project build.gradle, wrapper.properties file and the output when you run "gradle clean assembleDebug". NOT run-android. That does more stuff that won't be related to this issue and will only delay the start of the app.

zspri commented 5 years ago

I'm getting the same issue as well with no luck from any of the solutions posted here.

Output of gradle clean assembleDebug: https://haste.aetheryx.xyz/heyejunuwu.coffeescript App build.gradle: https://haste.aetheryx.xyz/peyazaquye.rb Project build.gradle: https://haste.aetheryx.xyz/aqodovavud.cs

gradle-wrapper.properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

I'm a beginner to React Native, so apologies if I'm missing anything.

sfratini commented 5 years ago

I'm getting the same issue as well with no luck from any of the solutions posted here.

Output of gradle clean assembleDebug: https://haste.aetheryx.xyz/heyejunuwu.coffeescript App build.gradle: https://haste.aetheryx.xyz/peyazaquye.rb Project build.gradle: https://haste.aetheryx.xyz/aqodovavud.cs gradle-wrapper.properties

distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

I'm a beginner to React Native, so apologies if I'm missing anything.

Try adding this in the allRepositories i the projecy build.gradle

 maven {
            url 'https://maven.google.com'
        }
chw502 commented 5 years ago

I fix this by changing the gradle version in this post com.android.tools.build:gradle:3.3.0 to com.android.tools.build:gradle:3.2.1

podoglyph commented 5 years ago

I had the same problems with Android Studio after installing this package from npm. I installed from the master branch as suggested and then re-imported the project and was able to build without errors from mapbox.

@kristfal Thank you for the note regarding the outdated npm package. Downgrading the gradle version works, but installing from the master branch is a better solution.

ansarikhurshid786 commented 5 years ago

@podoglyph how to install from master branch. can you please help me ?

ferdicus commented 5 years ago

@ansarikhurshid786 This is now part of the README

ansarikhurshid786 commented 5 years ago

yes got it i didnt check on README.

npm install https://github.com/nitaliano/react-native-mapbox-gl/tarball/master