AndroidStudioで新しいHelloWorldプロジェクトをビルドしているときに、エラーメッセージが表示されました。
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'MyApplication2'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not resolve com.android.tools.build:gradle:0.9.1.
Required by:
:MyApplication2:unspecified
> No cached version of com.android.tools.build:gradle:0.9.1 available for offline mode.
BUILD FAILED
Android Studioバージョン:0.5.2
Gradleバージョン:0.9.1
インターネットへのプロキシ接続を使用しています。