Gradle build runs forever on a clean install and an empty project
问题 Gradle builds run forever and I can't figure out why. I have installed Android Studio on Ubuntu 15.04. It is set up with all of the default options from the wizard. I have created an empty project and I have not added any code. When I attempt to build the project a gradle process starts up but never terminates. I have tried letting it run for an hour but there was no progress. I end up having to manually kill gradle in order to close Android Studio. (via "ps aux | grep gradle; kill -9 ") I am