Android StudioでGradleエラーが出て新規プロジェクトが作成できない

AndroidStudioを最新版の0.2.0にアップデートしたら以下のエラーが出て新規プロジェクトが作成出来なくなった。

f:id:kidd0320:20130717101811j:plain

Failed to import Gradle project: Could not fetch model of type 'IdeaProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.
A problem occurred configuring project ''.
A problem occurred configuring project ''.
Failed to nitify project evaluation listener.
Could not resolve all dependencies for configuration ''.
Could not find any version that matches com.android.support:support-v4:13.0.+.
Required by:
Consult IDE log for more details (Help | Show Log)

Gradleのバージョンが対応してない?


公式ページをみてみると対処法が載っていた。
http://developer.android.com/sdk/installing/studio.html#Troubleshooting

f:id:kidd0320:20130717102034j:plain
Android SDK ManagerでAndroid Support Repositoryをインストールしろとのこと。


さっそくSDKManagerを起動してインストールしてみる。

f:id:kidd0320:20130717102234j:plain
Extrasにあるコレ!

これで無事に新規プロジェクトを作成できるようになった。
英語が読めないからってこれだけの事にすごい苦戦した。なんとかせねば。