Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restart Android Studio

Tags:

android

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

like image 255
Sanjay Bhatnagar Avatar asked May 26 '17 10:05

Sanjay Bhatnagar


2 Answers

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.

like image 102
Aniruddh Parihar Avatar answered Sep 17 '22 19:09

Aniruddh Parihar


enter image description here

You can select the option from file menu - invalidate caches/ restart

like image 23
Jack Avatar answered Sep 20 '22 19:09

Jack