kwgradle fails to generate a build specificationIf kwgradle fails to generate a build specification (kwinject.out by default), check to see if the directories ".gradle" and "build" exist in their Android project directory. If these two directories exist, run kwgradle with the clean option. For example, if you are using kwgradle build to build the project, your command will look as follows:
kwgradle clean build This should properly clean up the artifacts generated by gradle before building, and the build specification will be generated after the clean-up is complete. |