Solution
1.Just clean the project and check its working or not
2.Just Restart android studio after closing all the rubbish tasks
3.If both the above things not working add this in gradle.build file
android {
dexOptions {
incremental = true;
preDexLibraries = false
javaMaxHeapSize "4g"
}
}