Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find support-compat.aar (com.android.support:support-compat:26.1.0) #102

Open
skokon opened this issue Nov 11, 2018 · 1 comment

Comments

@skokon
Copy link

skokon commented Nov 11, 2018

im trying to use spinkit react native library and its working on ios but when i export it on android i get this log

  • What went wrong:
    A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugApk'.
A problem occurred configuring project ':react-native-spinkit'.
> Could not find support-compat.aar (com.android.support:support-compat:26.1.0).
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/support-compat/26.1.0/support-compat-26.1.0.aar
any ideas?

@chrisspankroy
Copy link

This error pops up for a bunch of dependencies in my project, and every time I run npm i these changes get overwritten, but add this to the build.gradle in node_modules/react-native-spinkit:
implementation com.android.support:support-compat:28.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants