Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 3 error: Local SDK path not set

Tags:

android

When I try to run my app on emulator, this error pops up.

Android Studio 3 error: Local SDK path not set

I have tried syncing with gradle. My Sdk path is known and shows otherwise everywhere else in the studio

like image 549
Vibhav Kunj Avatar asked Jan 29 '23 16:01

Vibhav Kunj


1 Answers

I got this error - the solution was to close the project and open it again.

Assuming:

  • the sdk path in your File/SDK Location is correct
  • all other build issues have been solved.

On Android Studio 3.1.2

like image 157
Anna Billstrom Avatar answered Jan 31 '23 19:01

Anna Billstrom