How to check the check-boxes corresponding to API levels in Android SDK Manager?

I have installed Android Studio. I am following up a tutorial in the book - The busy coder's guide to Android Development Version 7.3, The author pens down -

The “SDK Platforms” tab lists the versions of Android that you can compile against. The latest version of Android is usually installed when you set up Android Studio initially. However, for the tutorials, please also check “Android 4.4.2” and “Android 5.1.1” in the list, and then click the “Apply” button to download and install those versions.

enter image description here

However, I see that the check-boxes corresponding to the API levels are disabled by default & I am unable to click them.

Any suggestions?

Upvotes: 0

Views: 169

Answers (1)

Cory Roy
Cory Roy

Reputation: 5609

The warning message says that you shouldn't have any spaces in the SDK path. In your name in the path, there is a space. You could store the SDK somewhere else and try again.

Upvotes: 2

Related Questions