Error running 'test': AndroidManifest.xml doesn't exist or has incorrect root tag

Error running 'test': AndroidManifest.xml doesn't exist or has incorrect root tag

将顶层build.gradle的内容替换成以下内容即可:
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
}
}
allprojects {
repositories {
jcenter()
}
}
如不行,重新载入项目