I’m new in Android Studio, I’ve tried to write to fire base and when android offered me something I accepted and then everything stop working and he didn’t recognize any object.
I get this error:
**Error: A problem occurred configuring project ':app'.**
> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
> Could not find com.google.android.gms:play-services-appindexing:10.0.1.
I’ve already updated ths SDK and I think my dependencies are fine.
Any other suggestion?
edit:
i find out that it happen after i copied code from somewhere and click on “alt + enter” and then accidentally click on some option whit “…api…” (i can’t restore that).
I copy the code to other computer and now it’s working.
Try removing your dependencies and rebuilding the app again. Try Clean and rebuild.
Answer:
I got the same problem.
react-native upgrade
Find the solution here: https://stackoverflow.com/a/34995870/5834287 –
and it start works!
Answer:
Removing it fixed my problem. So simply remove “compile ‘com.google.android.gms:play-services-appindexing:10.2.6′” from your project. Build. And run. Should be fine then
Answer:
Remove node_module and run npm install
Tags: javajava