I recently updated Android Studio to version 2.2.2 and have been experiencing some issues, among them my application name is no longer being recognized in the manifest. I also m
As you don't have a class com.troychuinard.fanpolls.FanPollsApplication, just remove the attribute name='.FanPollsApplication'. It will use standard android.app.Application instead.