I create a simple project and then I right-click on the project and then I use the make mudole app option. Now I have two build.gradle folders: 1-
make mudole app
build.gradle
I had same error, I using cordova and resolve by removing the space character
id="com.xx.yy " => to id="com.xx.yy"