Unable to update the Firebase dependency(com.google.firebase)

后端 未结 5 810
灰色年华
灰色年华 2020-12-20 15:36

I have Added Firebase to android app for push notification. I have updated build.gradle before i have used. Its working fine.

 compile \'com.google.firebase:         


        
5条回答
  •  Happy的楠姐
    2020-12-20 16:27

    Getting a "Could not find" error? Make sure you have the latest Google Repository in the Android SDK manager.

    To reseolved the problem;

    • Open SDK Manager and update the SDK Tools for latest especially Google APIs under Android 7.0(API 24)

提交回复
热议问题