How to install SDK platforms in Android Studio?

0

I installed Android Studio and now I need to download and install some SDKs platforms for it. By default, 7.1.1 already comes installed, but I need to install all from 4.1, but when I click on the selection box of each platform, nothing happens, it does not select. How to proceed?

    
asked by anonymous 14.05.2017 / 03:37

1 answer

2

You are having this problem because the path of your sdk has a space (in the Patrick Cardoso folder) and this can cause problems in NDK.

Move your sdk to a folder whose path does not have spaces, such as "C: \ Android \ sdk".

Source: link

    
22.05.2017 / 19:02