Avinash Shinde
Avinash Shinde

Reputation: 199

Android Studio 3.1.2 constantly shows error "Please select Android SDK"

Periodically, Android Studio shows error

 Error: Please select Android SDK

in edit configuration.

Gradle version: 4.10.2

Following things don't help:

I understand this question is similar to Android Studio: "Please select Android SDK" but this question is specific for Android Studio version 3.1.2+

In the above question, comment https://stackoverflow.com/a/50000408/ solves issue temporarily but no such robust solution.

Does anyone face this issue?

Upvotes: 0

Views: 712

Answers (1)

proxyhatch
proxyhatch

Reputation: 11

I was facing this issue too. I fixed it by updating Android studio so that it matches the gradle build tools version.

This version number:

Gradle build tools version number

needs to match this version number:

Android Studio version number

Upvotes: 1

Related Questions