Home > Software design >  Android studio 2022.1.1 where is SDK and sdkmanager
Android studio 2022.1.1 where is SDK and sdkmanager

Time:01-30

just installed Android studio 2022.1.1.

Before installation, deleted f:/AppData/local/Android/** which is very old.

The installer did not install any new SDK? and command-line tools?

From File > Project Structure: SDK is empty.

CodePudding user response:

To check if you have the latest SDK and command-line tools, you can go to the Android Studio's "SDK Manager" and verify that you have the desired packages installed. If not, you can use the SDK Manager to install the missing components.

enter image description here

CodePudding user response:

Android sdk not installed. please re-install sdk through SDK Manager

see image

if not availabe sdk manager command-line-tool, please check sdk update sites.

You can manually add update sites url. easily fix this issue.

see image

  • Related