Android Studio Not Recognizing Application Name on Update to 2.2.2

廉价感情. 提交于 2019-12-02 09:55:32

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.

I think when you add firebase, you application is over 64k methods and you need to follow this link about MultiDex

https://developer.android.com/studio/build/multidex.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!