I solved this problem by following this process
Click on Gradle on the right side of Gradle-> Project Name-> Application β Tasks-> build-> assemblyDebug
clicking on the assembly Debug will show you the line where the problem is. in my case i have a problem in my xml file
source share