question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

com.android.support:appcompat-v7' dependency issue

See original GitHub issue

Versions: react-native: 0.55.2 react-native-splash-screen: 3.0.7

I was facing this issue when trying to run react-native run-android.

Android dependency 'com.android.support:appcompat-v7' has different version for the compile react native splash screen

I’m able to solved this issue by editing react-native-splash-screen build.gradle file dependencies to the following code

implementation 'com.android.support:appcompat-v7:23.0.1'

and changing the compileSdkVersion to 23

Is there any other way to resolve this issue without modifying the gradle file? Thanks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
zangaibabycommented, Jun 11, 2018

defaultdefaultdefaultdefault

5reactions
zangaibabycommented, Jun 11, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to resolve: com.android.support:appcompat-v7:30.0.0
It happens because the support libraries v.30 don't exist. Use the androidx library: implementation 'androidx.appcompat:appcompat:1.1.0'.
Read more >
Support Library Packages - Android Developers
The Android Support Library contains several library packages that can be ... Here are a few of the key classes included in the...
Read more >
Android dependency 'com.android.support:appcompat-v7' has ...
Android dependency 'com.android.support:appcompat-v7' has different version for the compile (26.1.0) and runtime (27.1.0) classpath. #395.
Read more >
Fix "Error Could not find method implementation() for ...
Fix “Error Could not find method implementation() for arguments [com.android.support:appcompat-v7:26.0.0]” in Android Studio · Method 1: Update ...
Read more >
Issue : compile 'com.android.support:appcompat-v7:28.0.0'
I've tried so many solutions but in vain. Please help me! Thank you so much! ... Hello, the problem has been handled. Just...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found