I updated to Android Studio 2.1 from the stable channel. As soon as I did that I am getting ClassNotFoundException to my login class, which is declared in the manifest for l
Try cleaning gradle cache & build by running each line in the terminal:
gradlew --stop gradlew cleanBuildCache gradlew clean