在 Android Studio 中构建新的 Hello World 项目时,我收到了一条错误消息:
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
分级版本: 0.9.1
我在用代理服务器连接互联网。