-3

I have installed Android studio 3.3.2 on Mac. By mistaken I have deleted sdk folder located on Library/Android/sdk . Now I have uninstalled android studio and installed it again but now its not downloads android sdk again and pointed to old path and later it giving me error like Nothing to do! Android SDK is up to date. SDK tools directory is missing

Please help me out how to resolved this issue .

Thanks in advance !!![]1

just
  • 1,637
  • 3
  • 21
  • 43
पone
  • 97
  • 1
  • 7
  • Check this answer to completely uninstall Android Studio: https://stackoverflow.com/a/18458893/3024933 – just Mar 13 '19 at 10:12
  • I have already done this but no luck , still having same issue – पone Mar 13 '19 at 10:14
  • check here: https://stackoverflow.com/questions/28789556/android-studio-sdk-tools-directory-is-missing/42508937 – shizhen Mar 14 '19 at 01:43

2 Answers2

2

Go to @ your directory and create the SDK folder manually. This will fix the stated problem.

C:\Users[account]\AppData\Local\Android\sdk

Update : download SDK

Elio Lako
  • 1,156
  • 2
  • 14
  • 24
  • But how to download sdk content – पone Mar 13 '19 at 10:23
  • I have manually created directory and copy platform tools downloaded from mentioned link but still having same issue – पone Mar 13 '19 at 10:35
  • Ok so first go to configure afterwards click on sdk manager take that sdk path copy it and go to configure --> project defaults-->project structure and add it into the android sdk location path there you go. @Pone – Elio Lako Mar 13 '19 at 10:39
  • Your answer is working only on Windows, but in the question, the user has Mac. – just Mar 13 '19 at 11:24
  • @Pone catch up with this link https://stackoverflow.com/questions/34532063/finding-android-sdk-on-mac-and-adding-to-path – Elio Lako Mar 13 '19 at 13:14
0

goto settings>Appearance & Behavior>System Settings>Android SDK and download the required sdk

Vinil Prabhu
  • 1,020
  • 1
  • 8
  • 19