Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not resolve all dependencies for configuration ':app:_debugApkCopy'

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.

Dependencies: dependencies

like image 998
Yaron Goldshtein Avatar asked Dec 29 '16 20:12

Yaron Goldshtein


2 Answers

Try removing your dependencies and rebuilding the app again. Try Clean and rebuild.

like image 156
chathura rupasinghe Avatar answered Oct 21 '22 12:10

chathura rupasinghe


I got the same problem.

react-native upgrade

Find the solution here: https://stackoverflow.com/a/34995870/5834287 - and it start works!

like image 4
Inessa Pokromkina Avatar answered Oct 21 '22 13:10

Inessa Pokromkina