Problem is usually caused by a plugin. Find AndroidManifest.xml from the plugin in your project, open it and then add xmlns:tools="http://schemas.android.com/tools" under .
Save it and rebuilt again. This should solve the problem. You can see what it should like from this post.