Different Ways to Fix
“Select Android SDK” Error in Android Studio
Android SDK is one of the most useful
components which is required to develop Android Applications. Android SDK is
also referred to as the Android Software
Development Kit which
provides so many features which are required in Android which are given
below:
·
A sample source code.
·
An Emulator.
·
Debugger.
·
Required set of libraries.
·
Required APIs for Android
development with their documentation.
·
Tutorials required for
Android OS development.
What’s the Error?
Sometimes when the developer import an Eclipse-Android-Project into Android Studio then there may be
a possibility of getting the following error
Method
1
Sync your project with Gradle files
When you open your project now simply sync
your project. To sync your project. Click on the Files option. In that option,
you will get to see the option as Sync Project with Gradle Files. Click on that
option to sync your project. After your project sync, this issue will be
resolved.
Method
2
Step 1: Opening project structure
Navigate to the File > Click on Project
structure which is shown in the list and click on the
Project structure option.
click
on the SDK Location option
you
will get to see the current SDK location for your Android Studio. To change
this SDK location you have to click on the 3 dots which are being displayed and
then select your SDK location folder. After selecting this folder click on the
OK option to save your SDK path.
Step 2: Sync your project after adding your
SDK path
Now sync your project with Gradle files to check that SDK
is working fine. To do this click on File > you will get to see the option
as Sync
Project With Gradle files option click on that option and
sync your project. On successful sync of your project, your SDK location is set
perfectly and now you are good to go in developing Android Applications.