After updating to Gradle 4.1 I\'m unable to build my project (all works fine with previous releases).
Basically it doesn\'t recognize AndroidManifest tags anymore an
You should check your AndroidManifest.xml,make sure every element like 'action' or 'category' is in right position.