Reputation: 820
I updated my Android tools today and the now the gradle always fails to finish its job. It says
Error:A problem was found with the configuration of task :app:zipalignDebug. File D:\Projects\AppName\app\build\outputs\apk\app-debug-unaligned.apk specified for property inputFile does not exist.
Actually there isn't even any file called app-debug-unaligned.apk in my apk folder.
Upvotes: 0
Views: 503
Reputation: 2493
Try this,
build
foldersassembleRelease
task (either from the command line or from the Gradle tasks view)build
taskUpvotes: 1