Updated to 0.4.3 the other day and trying to start a new project, not even use an existing project, and I get this error:
FAILURE: Build failed with a
This worked for me. Open your parent/root build.gradle file.
Add this at the first line: task assemble{}
task assemble{}