How to "Select Android Sdk" in Android Studio

Error: Please select Android SDK

Open Android Studio preference-> search for "SDK" -> edit Android SDK Location point it to your sdk android folder.

UPDATE

For resolve this error

error: diamond operator is not supported in -source 1.6
(use -source 7 or higher to enable diamond operator

Download jdk 1.7 and open Module Setting -> SDK Location -> edit JDK Location point it to jdk 1.7 home foler.

How do I “select Android SDK” in Android Studio?

The Android SDK is needed by android studio to build your apps and run emulators.
So, just go ahead and install this SDK by clicking next and doing the same whenever asked to do so by the IDE. Android studio is still buggy, so whenever possible, don't change any settings, and just do what it recommends you to.

Please select Android SDK - how to import project files?

“Please select Android SDK” is a problem with the configuration not with the project.
In some updates from android studio you can see this problem.

Solution:

File -> Settings -> Android SDK -> Android SDK Location Edit -> Android SDK 

Error: Please select Android SDK in Android Studio 2.0

Open gradle.buld in your app module
change versionCode or versionName and sync.

Cannot select desired programming SDK platform in Android Studio

Create your app with the android 4.0 SDK. Once you have done that, go to your build.gradle(Module: app) and change the minSdkVersion to whatever you want. But be sure not to use api features that are not supported in android 2.3.6, refer to this image.build.gradle(Module: app) You also need to install the Sdk for android 2.3.

How to Configure the SDK in Android Studio

I have found solution for the above question and worked for me. I have just updated my Android Studio to the newer version. After that I have manually removed the sdk from the computer from the Terminal of Mac and Reinstalled it again.

After that provided the sdk path to the Android Studio and restart the Android Studio. Now run any app on Emulator or real device.

So now this error has gone. If someone is facing this problem then follow these steps.



Related Topics



Leave a reply



Submit