//add this line in build.gradle file

				
					android{
packagingOptions {
exclude 'AndroidManifest.xml' //This fixes a bug in FAN 5.0.1
}

}