Android Studio Not Recognizing Application Name on Update to 2.2.2

后端 未结 2 1699
天涯浪人
天涯浪人 2021-01-29 02:29

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

相关标签:
2条回答
  • 2021-01-29 03:05

    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

    0 讨论(0)
  • 2021-01-29 03:11

    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.

    0 讨论(0)
提交回复
热议问题