Cannot create new activity in android studio

后端 未结 9 1273
猫巷女王i
猫巷女王i 2021-01-02 09:48

I keep getting an IllegalStateException error in the event log while creating new activity in android studio:

11:27:15 InvalidReferenceException         


        
9条回答
  •  旧时难觅i
    2021-01-02 10:19

    I experienced to same issue 2 day ago and i solve it by update the below text. Check to gradle.build app and module to newer versions.

    classpath 'com.google.gms:google-services:4.3.4'
    

提交回复
热议问题