React-native-navigation: Could not find com.android.support:appcompatv7:28.0.0 error

Created on 29 Mar 2019  路  2Comments  路  Source: wix/react-native-navigation

Issue Description

I am adding react-native-navigation lib and doing all installation step. but I am still taking sync failed error.

Here is what I am doing:

2019-03-25_11-10-35-6511360a42aa4626b98ad5cf0e6cefec
2019-03-25_11-10-35-9977471550267e6985e44133ab062d0e
2019-03-25_11-10-35-a30e5eeb039f566ec2fb38f2e5790670
2019-03-25_11-10-35-aa757b33101e0846fcc2728b414172d8
2019-03-25_11-05-04-8634e7e15d4a7ccd1d7aa19d7589ae40

How can I fix this?


Environment

  • React Native Navigation version: "^2.16.0"
  • React Native version:"0.59.1"
  • Platform(s) (iOS, Android, or both?):Android(3.3.0)
  • Device info (Simulator/Device? OS version? Debug/Release?): Device,Windows10
questiostack overflow

Most helpful comment

You have typo problem

it should be

implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"

not

implementation "com.android.support:appcompatv7:${rootProject.ext.supportLibVersion}

All 2 comments

You have typo problem

it should be

implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"

not

implementation "com.android.support:appcompatv7:${rootProject.ext.supportLibVersion}

We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the react-native-navigation tag.

Was this page helpful?
0 / 5 - 0 ratings