Adding Firebase to Android Application -
i followed this tutorial.
i've done quite of bit of research trying fix problem. updated google services , google repository in sdk manager. iv'e tried suggested still can't sync android project , can't build or run project since first tried sync. here screen shot of project. went until point.
the build.gradle file posted project-level file. remove last line:
apply plugin: 'com.google.gms.google-services'
and instead, place last line of app module build.gradle file (the 1 under app
).
Comments
Post a Comment