Android Studio: "SDK installation does not have the "Extras > Android Support Repository" installed" BUT IT HAS BEEN INSTALLED
android, android-studio, sdk
Solution
This is bug https://code.google.com/p/android/issues/detail?id=68834 and will be fixed in 0.5.9. In the meantime you can ignore the warning.
Problem
I created Android Project but then I immediately get information that there have been errors. ``` Warning:(22, 12) Dependency on a support library, but the SDK installation does not have the "Extras > Android Support Repository" installed. Open the SDK manager and install it. ``` But I installed it, it was installed at the installation of Android Studio. I created another project and it happen again.