无法启动新的Android Studio项目
问题描述:
当我在android studio 2.3中单击新项目"按钮时,什么也没有发生,我在idea.log
中得到以下条目:
When I click on the "new project" button in android studio 2.3 nothing happens and I get the following entry in the idea.log
:
WARN - ctions.AndroidNewProjectAction - Unable to launch New Project Wizard
java.lang.IllegalStateException: Gradle plugin missing from the offline Maven repo
在gradle设置中的离线工作被禁用.还有其他想法吗?
Offline work in gradle settings is disabled. Any other ideas?
答
花了我几个小时来解决这个问题.只需简单地重新安装android studio 2.3(无需重新下载),便可以最终使用它.
Took my a few hours to solve this. A simple reinstall of android studio 2.3 (without a new download) made it work in the end.