In RunTime show error in Gradle the error:
Error:Execution failed for task \':app:transformClassesWithInstantRunForDebug\'.
Unexpected inputs: Imm
It seems you have enable Instant Run in Android Studio.
1) Disable Instant Run from File -> Settings -> Instant Run 2) Clean Your Project 3) Run Your App