0

Problem

Sorry for asking but, I have recently been using drive to save my projects in sync from a mac computer to a windows one. My project file on android studio started on my windows file but the sdk location and files were changed to suit the mac. When I try to open it on windows it says it changed the SDK directory as shown in the image but the project still is not functional

ישו אוהב אותך
  • 28,609
  • 11
  • 78
  • 96
  • https://stackoverflow.com/questions/27620262/sdk-location-not-found-define-location-with-sdk-dir-in-the-local-properties-fil – Mohammed Gomaa Dec 07 '17 at 04:34

1 Answers1

0

Check your local.properties file in your root project. And change it to something like this:

sdk.dir=F:/ANDROIDSDK

You need to remember that in Android Studio, path is using / instead of \.

ישו אוהב אותך
  • 28,609
  • 11
  • 78
  • 96