Reputation: 111
How to restart Android Studio to overcome Gradle project refresh failed error-
Failed to find target with hash string 'Google Inc.:Google APIs:23' in: C:\Users\Admin\AppData\Local\Android\sdk
Upvotes: 5
Views: 14795
Reputation: 1855
You can select the option from file menu - invalidate caches/ restart
Upvotes: 5
Reputation: 783
Try File -> Invalidate Caches / Restart -> Invalidate and Restart
, worked for me.
If Still there is error open the Android SDK Manager
and install the build tools for for all 23.x.x versions.
Upvotes: 0
Reputation: 3104
open SDK Manager
to confirm you have sdk of Google APIs:23
, if you have then follow these instruction :
Go to File>Invalidate Caches/Restart..
it will restart your android studio and auto resolve your Gradle problem.
Upvotes: 5