Error “File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it”
I updated my project to the latest Play services classpath 'com.google.gms:google-services:1.5.0-beta2'
. I am also using the latest version of playservices in my app.gradle file as:
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
However when I compile, Gradle throws exception as follows
Error:Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
android google-play-services android-gradle
add a comment |
I updated my project to the latest Play services classpath 'com.google.gms:google-services:1.5.0-beta2'
. I am also using the latest version of playservices in my app.gradle file as:
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
However when I compile, Gradle throws exception as follows
Error:Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
android google-play-services android-gradle
Possible duplicate of File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it
– halfer
Dec 23 '16 at 16:07
add a comment |
I updated my project to the latest Play services classpath 'com.google.gms:google-services:1.5.0-beta2'
. I am also using the latest version of playservices in my app.gradle file as:
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
However when I compile, Gradle throws exception as follows
Error:Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
android google-play-services android-gradle
I updated my project to the latest Play services classpath 'com.google.gms:google-services:1.5.0-beta2'
. I am also using the latest version of playservices in my app.gradle file as:
compile 'com.google.android.gms:play-services-location:8.3.0'
compile 'com.google.android.gms:play-services-gcm:8.3.0'
However when I compile, Gradle throws exception as follows
Error:Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
android google-play-services android-gradle
android google-play-services android-gradle
edited Dec 23 '16 at 16:06
halfer
14.7k758115
14.7k758115
asked Nov 23 '15 at 7:57
goonerDroidgoonerDroid
8,11782749
8,11782749
Possible duplicate of File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it
– halfer
Dec 23 '16 at 16:07
add a comment |
Possible duplicate of File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it
– halfer
Dec 23 '16 at 16:07
Possible duplicate of File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it
– halfer
Dec 23 '16 at 16:07
Possible duplicate of File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it
– halfer
Dec 23 '16 at 16:07
add a comment |
22 Answers
22
active
oldest
votes
You need to get the configuration file from the developer's site and paste it in the app level directory of your project.
32
Generate file here developers.google.com/mobile/add
– amit
Jan 29 '16 at 3:04
6
what is "app level" that you mean?
– Yakob Ubaidi
Mar 11 '16 at 13:56
The app ran for me after going to the link above. Here's a screenshot of where I placed the config file "google-services.json" photos.google.com/share/…
– Adam Hurwitz
Jun 22 '16 at 7:11
I have generated the file and also filled in the build.grade at root level and app level, but still get the same error on a gradle build ?
– Dinesh VG
Oct 20 '16 at 17:55
I am using ionic and in my case it had to put inside platform/andriod/app
– Anand_5050
Jan 6 at 13:15
add a comment |
Please go to this URL :
https://developers.google.com/mobile/add
Choose your Options and finally you will be able to download
google-service.json
file
copy that file and paste it Into
YourProjectName/app
Directory
Then recompile the project Most probably it will fly
In my case the directory looks like this :
add a comment |
For anyone using Firebase you need to go into your console and there it should say "add project to Android". From there, it will step-by-step generate the google-services.json file for you.
i found the setup instructions at firebase.google.com/docs/database/android/start
– kip2
May 1 '18 at 12:33
add a comment |
I received this error while trying to run Google's Firebase analytics sample app:
Prerequisites:
- Download https://github.com/firebase/quickstart-android
- Add quickstart/analytics to Android Studio
Add Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Click on "Add Project"
- Project name: Enter: sample-app
- Click "Create Project"
[Takes about 10 seconds or so...] - Click "Continue"
- On the "Getting Started" page, click "Add Firebase to your Android app"
- Enter package name for the android app
[The full package name appears at the top of the manifest: "com.google.firebase.quickstart.analytics"] - Click on download google-services.json
- In file explorer, add google-services.json to the directory:
"quickstart/analytics/app"
[Warning: Do not rename the file, it must be: google-services.json] - Run 'app'
- The sample app already contains the necessary Gradle file settings.
- When adding a new project do: Tools -> Firebase -> Analytics -> Add
Event -> Connect App to Firebase. - Adding a project via Android Studio ensures that all the Gradle Dependecies are setup.
Remove Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Settings -> Project Settings -> Delete this App
- Settings -> Project Settings -> Delete Project
- Enter project ID and press delete
I added and removed the sample app multiple times without any noticeable side effects.
1
thanks for that
– mesutpiskin
May 15 '18 at 7:19
Since AndroidStudio 3.0 you can use Firebase assistant from Tools->Firebase
– Mahdi Javaheri
Jan 7 at 4:54
add a comment |
I just run into problem downloading google-services.json
from Firebase console. Turns out I had to log out from all other google accounts than the one I was using for Firebase.
1
What do you mean log out from other accounts ? Did you need to log out on the device or the browser ?
– Dinesh VG
Oct 20 '16 at 17:53
I am usually logged in to multiple Google accounts at once in the browser (you can see them in top right corner of any Google site). I had to log out from all of them except the one used for Firebase before it started working.
– kar
Nov 8 '16 at 8:33
add a comment |
You must go on Firebase console-->Settings-->Project Settings and there will be section with Download the latest config file. Download google-service.json and put into app folder. It's work for me.
Links:
https://developers.google.com/identity/sign-in/android/start-integrating
https://developers.google.com/android/guides/client-auth
Define "app folder".
– user9315861
Mar 11 '18 at 5:47
Under projects-settings, we need to ADD APP and it will generate agoogle-services.json
file that can be downloaded and added to<appName>/platforms/<platformName>/google-services.json
. Good Luck...
– Akash
Jan 26 at 2:07
add a comment |
in my case i have saved a json file with a space like this
google-services .json
and the right one is
google-services.json
and also take care you do not put (_) instead of (-)
may help some one.
thanks i also did mistakes to save with space
– Deepak
Dec 14 '17 at 7:58
add a comment |
https://developers.google.com/android/
you need to generate configuaration file which gives you access to all the services and APIs you registered for in developer console and place it in your root directory
1
Well, this is really strange, i didn't need any of the services displayed. But still needed to activate one to get the json file..
– Tsunaze
Nov 25 '15 at 20:49
If you are not using any of the services, may I know why this dependency is being included in the project ?
– Ramesh
Nov 26 '15 at 3:55
2
The list of services proposed by Google are : Sign In, Cloud Messaging, Analytics, App Invite, Admob. If i just want to use the Location service, i still need to have the configuration file.
– Tsunaze
Nov 28 '15 at 7:35
add a comment |
Go to the configuration file from the developer's site and paste it in the app level directory of your current project.
add a comment |
Go to Tools-->Firebase in your Android Studio and click on Connect your app to Firebase. They will set it up for you.
add a comment |
Very Simple
Just go to Tools->Firebase->Connect to firebase than click on sync now
THIS WILL SURELY WORK.
add a comment |
Easiest way to add google-service.json file
In Android Studio follow these steps:
Click Tools > Firebase to open the Assistant window.
Click to expand one of the listed features (for example, Analytics), then click the Get Started tutorial to connect to Firebase and add the necessary code to your app.
add a comment |
In android studio:
- switch to Project view so you can see the actual project folder structure.
- find google-services.json file and drag it to the app directory (for some reason when I added it using file explorer, it put it in the gradle folder).
- Clean/Rebuild project.
It worked fine for me from there.
add a comment |
For Cordova Apps
:
We need to place the google-services.json
file in app root
(I believe; when working with Cordova apps, we are not to get into other folders/files such as Gradle, Java files, platforms, etc; instead only work with them VIA the config.xml
and www
folder) and refer it in the config.xml
like so:
<platform name="android">
<!-- Add this line -->
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
NOTE: Ensure that the Firebase App packagename
is same as the id
attribute in <widget id="<packagename>" ... >
are same.
For ex:
<!-- config.xml of Cordova App -->
<widget id="com.appFactory.torchapp" ...>
<!--google-serivces.json from generated from Firebase console.-->
...
packagename: "com.appFactory.torchapp",
...
Good Luck...
add a comment |
Even after adding all the dependencies and the file if you face any such problem it could be your incorrect file name of "google-services.json".
Make sure you have the exact file name without any additional spaces or characters.
I had renamed the file and had space" " in my filename which was not noticeable, later I found that my file name is wrong, so fixed it!.
add a comment |
That Problem is because:- The folder or file you pasted to your product downloaded from the firebase console is not named as google-services.json. so now click it then right mouse click in all the options open refractor and rename it to google-services.json. because this worked for me
add a comment |
I had the same problem. The problem is because of renaming the file. You might have downloaded number of google-services.json file in you downloads folder. So when you download a new file it will download with same name but by adding numeric values in brackets. something like google-services(1).json .So you will delete this (1) and copy the file. Make sure when you are renaming it there should not be any spaces or extra . in the name of the file.
add a comment |
Had faced same issue ..
well in my case i have saved
google-services.json
as
google_services.json
I tried every solution mentioned above but nothing helps...
the error was instead of "_" you need to put "-"(dash).
Just refactoring the file to google-services.json from google_services.json works like charm..
Hope this helps!!!
P.S. I know it's sound silly but this only works for me...
add a comment |
Steps:
Navigate to your project folder and open the /app sub-folder.
Paste the .json file here.
Rebuild the project.
add a comment |
for people coming here from the firebase codelabs tutorial step 3:go to page 4.
Apparently, if google says You should now have the android-start project open in Android Studio.
,She means it,and not You should now have the android-start project open in Android Studio, without any build-errors
.
As the instruction says there, you have to get a configuration file from firebase. i.e , create a new project in your firebase acc with name 'friendly chat and in the next page , add its package name
and SHA1 KEY.
after downloading the json file,add it to your project>app
folder, and Rebuild project.
add a comment |
https://developers.google.com/mobile/add
select get started and go to settings logo and then project settings
after that you will see below the platform like web,android,ios . select that according to your preference.
and then download
google-service.json file
copy that file and paste it Into
YourProjec/app Directory
and then finally sync again .
add a comment |
If you don't need it anymore…
…build.gradle:
classpath 'com.google.gms:google-services:3.2.0'
->
// classpath 'com.google.gms:google-services:3.2.0'
…appbuild.gradle:
apply plugin: 'com.google.gms.google-services'
->
// apply plugin: 'com.google.gms.google-services'
add a comment |
protected by Community♦ Sep 13 '18 at 12:18
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
22 Answers
22
active
oldest
votes
22 Answers
22
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to get the configuration file from the developer's site and paste it in the app level directory of your project.
32
Generate file here developers.google.com/mobile/add
– amit
Jan 29 '16 at 3:04
6
what is "app level" that you mean?
– Yakob Ubaidi
Mar 11 '16 at 13:56
The app ran for me after going to the link above. Here's a screenshot of where I placed the config file "google-services.json" photos.google.com/share/…
– Adam Hurwitz
Jun 22 '16 at 7:11
I have generated the file and also filled in the build.grade at root level and app level, but still get the same error on a gradle build ?
– Dinesh VG
Oct 20 '16 at 17:55
I am using ionic and in my case it had to put inside platform/andriod/app
– Anand_5050
Jan 6 at 13:15
add a comment |
You need to get the configuration file from the developer's site and paste it in the app level directory of your project.
32
Generate file here developers.google.com/mobile/add
– amit
Jan 29 '16 at 3:04
6
what is "app level" that you mean?
– Yakob Ubaidi
Mar 11 '16 at 13:56
The app ran for me after going to the link above. Here's a screenshot of where I placed the config file "google-services.json" photos.google.com/share/…
– Adam Hurwitz
Jun 22 '16 at 7:11
I have generated the file and also filled in the build.grade at root level and app level, but still get the same error on a gradle build ?
– Dinesh VG
Oct 20 '16 at 17:55
I am using ionic and in my case it had to put inside platform/andriod/app
– Anand_5050
Jan 6 at 13:15
add a comment |
You need to get the configuration file from the developer's site and paste it in the app level directory of your project.
You need to get the configuration file from the developer's site and paste it in the app level directory of your project.
answered Nov 23 '15 at 8:02
johnrao07johnrao07
3,80431632
3,80431632
32
Generate file here developers.google.com/mobile/add
– amit
Jan 29 '16 at 3:04
6
what is "app level" that you mean?
– Yakob Ubaidi
Mar 11 '16 at 13:56
The app ran for me after going to the link above. Here's a screenshot of where I placed the config file "google-services.json" photos.google.com/share/…
– Adam Hurwitz
Jun 22 '16 at 7:11
I have generated the file and also filled in the build.grade at root level and app level, but still get the same error on a gradle build ?
– Dinesh VG
Oct 20 '16 at 17:55
I am using ionic and in my case it had to put inside platform/andriod/app
– Anand_5050
Jan 6 at 13:15
add a comment |
32
Generate file here developers.google.com/mobile/add
– amit
Jan 29 '16 at 3:04
6
what is "app level" that you mean?
– Yakob Ubaidi
Mar 11 '16 at 13:56
The app ran for me after going to the link above. Here's a screenshot of where I placed the config file "google-services.json" photos.google.com/share/…
– Adam Hurwitz
Jun 22 '16 at 7:11
I have generated the file and also filled in the build.grade at root level and app level, but still get the same error on a gradle build ?
– Dinesh VG
Oct 20 '16 at 17:55
I am using ionic and in my case it had to put inside platform/andriod/app
– Anand_5050
Jan 6 at 13:15
32
32
Generate file here developers.google.com/mobile/add
– amit
Jan 29 '16 at 3:04
Generate file here developers.google.com/mobile/add
– amit
Jan 29 '16 at 3:04
6
6
what is "app level" that you mean?
– Yakob Ubaidi
Mar 11 '16 at 13:56
what is "app level" that you mean?
– Yakob Ubaidi
Mar 11 '16 at 13:56
The app ran for me after going to the link above. Here's a screenshot of where I placed the config file "google-services.json" photos.google.com/share/…
– Adam Hurwitz
Jun 22 '16 at 7:11
The app ran for me after going to the link above. Here's a screenshot of where I placed the config file "google-services.json" photos.google.com/share/…
– Adam Hurwitz
Jun 22 '16 at 7:11
I have generated the file and also filled in the build.grade at root level and app level, but still get the same error on a gradle build ?
– Dinesh VG
Oct 20 '16 at 17:55
I have generated the file and also filled in the build.grade at root level and app level, but still get the same error on a gradle build ?
– Dinesh VG
Oct 20 '16 at 17:55
I am using ionic and in my case it had to put inside platform/andriod/app
– Anand_5050
Jan 6 at 13:15
I am using ionic and in my case it had to put inside platform/andriod/app
– Anand_5050
Jan 6 at 13:15
add a comment |
Please go to this URL :
https://developers.google.com/mobile/add
Choose your Options and finally you will be able to download
google-service.json
file
copy that file and paste it Into
YourProjectName/app
Directory
Then recompile the project Most probably it will fly
In my case the directory looks like this :
add a comment |
Please go to this URL :
https://developers.google.com/mobile/add
Choose your Options and finally you will be able to download
google-service.json
file
copy that file and paste it Into
YourProjectName/app
Directory
Then recompile the project Most probably it will fly
In my case the directory looks like this :
add a comment |
Please go to this URL :
https://developers.google.com/mobile/add
Choose your Options and finally you will be able to download
google-service.json
file
copy that file and paste it Into
YourProjectName/app
Directory
Then recompile the project Most probably it will fly
In my case the directory looks like this :
Please go to this URL :
https://developers.google.com/mobile/add
Choose your Options and finally you will be able to download
google-service.json
file
copy that file and paste it Into
YourProjectName/app
Directory
Then recompile the project Most probably it will fly
In my case the directory looks like this :
edited Aug 27 '17 at 16:31
today
11.1k22139
11.1k22139
answered Mar 16 '16 at 6:45
erluxmanerluxman
5,89034271
5,89034271
add a comment |
add a comment |
For anyone using Firebase you need to go into your console and there it should say "add project to Android". From there, it will step-by-step generate the google-services.json file for you.
i found the setup instructions at firebase.google.com/docs/database/android/start
– kip2
May 1 '18 at 12:33
add a comment |
For anyone using Firebase you need to go into your console and there it should say "add project to Android". From there, it will step-by-step generate the google-services.json file for you.
i found the setup instructions at firebase.google.com/docs/database/android/start
– kip2
May 1 '18 at 12:33
add a comment |
For anyone using Firebase you need to go into your console and there it should say "add project to Android". From there, it will step-by-step generate the google-services.json file for you.
For anyone using Firebase you need to go into your console and there it should say "add project to Android". From there, it will step-by-step generate the google-services.json file for you.
edited Oct 14 '16 at 18:29
answered Jun 11 '16 at 18:16
MicroMicro
5,71065684
5,71065684
i found the setup instructions at firebase.google.com/docs/database/android/start
– kip2
May 1 '18 at 12:33
add a comment |
i found the setup instructions at firebase.google.com/docs/database/android/start
– kip2
May 1 '18 at 12:33
i found the setup instructions at firebase.google.com/docs/database/android/start
– kip2
May 1 '18 at 12:33
i found the setup instructions at firebase.google.com/docs/database/android/start
– kip2
May 1 '18 at 12:33
add a comment |
I received this error while trying to run Google's Firebase analytics sample app:
Prerequisites:
- Download https://github.com/firebase/quickstart-android
- Add quickstart/analytics to Android Studio
Add Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Click on "Add Project"
- Project name: Enter: sample-app
- Click "Create Project"
[Takes about 10 seconds or so...] - Click "Continue"
- On the "Getting Started" page, click "Add Firebase to your Android app"
- Enter package name for the android app
[The full package name appears at the top of the manifest: "com.google.firebase.quickstart.analytics"] - Click on download google-services.json
- In file explorer, add google-services.json to the directory:
"quickstart/analytics/app"
[Warning: Do not rename the file, it must be: google-services.json] - Run 'app'
- The sample app already contains the necessary Gradle file settings.
- When adding a new project do: Tools -> Firebase -> Analytics -> Add
Event -> Connect App to Firebase. - Adding a project via Android Studio ensures that all the Gradle Dependecies are setup.
Remove Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Settings -> Project Settings -> Delete this App
- Settings -> Project Settings -> Delete Project
- Enter project ID and press delete
I added and removed the sample app multiple times without any noticeable side effects.
1
thanks for that
– mesutpiskin
May 15 '18 at 7:19
Since AndroidStudio 3.0 you can use Firebase assistant from Tools->Firebase
– Mahdi Javaheri
Jan 7 at 4:54
add a comment |
I received this error while trying to run Google's Firebase analytics sample app:
Prerequisites:
- Download https://github.com/firebase/quickstart-android
- Add quickstart/analytics to Android Studio
Add Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Click on "Add Project"
- Project name: Enter: sample-app
- Click "Create Project"
[Takes about 10 seconds or so...] - Click "Continue"
- On the "Getting Started" page, click "Add Firebase to your Android app"
- Enter package name for the android app
[The full package name appears at the top of the manifest: "com.google.firebase.quickstart.analytics"] - Click on download google-services.json
- In file explorer, add google-services.json to the directory:
"quickstart/analytics/app"
[Warning: Do not rename the file, it must be: google-services.json] - Run 'app'
- The sample app already contains the necessary Gradle file settings.
- When adding a new project do: Tools -> Firebase -> Analytics -> Add
Event -> Connect App to Firebase. - Adding a project via Android Studio ensures that all the Gradle Dependecies are setup.
Remove Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Settings -> Project Settings -> Delete this App
- Settings -> Project Settings -> Delete Project
- Enter project ID and press delete
I added and removed the sample app multiple times without any noticeable side effects.
1
thanks for that
– mesutpiskin
May 15 '18 at 7:19
Since AndroidStudio 3.0 you can use Firebase assistant from Tools->Firebase
– Mahdi Javaheri
Jan 7 at 4:54
add a comment |
I received this error while trying to run Google's Firebase analytics sample app:
Prerequisites:
- Download https://github.com/firebase/quickstart-android
- Add quickstart/analytics to Android Studio
Add Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Click on "Add Project"
- Project name: Enter: sample-app
- Click "Create Project"
[Takes about 10 seconds or so...] - Click "Continue"
- On the "Getting Started" page, click "Add Firebase to your Android app"
- Enter package name for the android app
[The full package name appears at the top of the manifest: "com.google.firebase.quickstart.analytics"] - Click on download google-services.json
- In file explorer, add google-services.json to the directory:
"quickstart/analytics/app"
[Warning: Do not rename the file, it must be: google-services.json] - Run 'app'
- The sample app already contains the necessary Gradle file settings.
- When adding a new project do: Tools -> Firebase -> Analytics -> Add
Event -> Connect App to Firebase. - Adding a project via Android Studio ensures that all the Gradle Dependecies are setup.
Remove Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Settings -> Project Settings -> Delete this App
- Settings -> Project Settings -> Delete Project
- Enter project ID and press delete
I added and removed the sample app multiple times without any noticeable side effects.
I received this error while trying to run Google's Firebase analytics sample app:
Prerequisites:
- Download https://github.com/firebase/quickstart-android
- Add quickstart/analytics to Android Studio
Add Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Click on "Add Project"
- Project name: Enter: sample-app
- Click "Create Project"
[Takes about 10 seconds or so...] - Click "Continue"
- On the "Getting Started" page, click "Add Firebase to your Android app"
- Enter package name for the android app
[The full package name appears at the top of the manifest: "com.google.firebase.quickstart.analytics"] - Click on download google-services.json
- In file explorer, add google-services.json to the directory:
"quickstart/analytics/app"
[Warning: Do not rename the file, it must be: google-services.json] - Run 'app'
- The sample app already contains the necessary Gradle file settings.
- When adding a new project do: Tools -> Firebase -> Analytics -> Add
Event -> Connect App to Firebase. - Adding a project via Android Studio ensures that all the Gradle Dependecies are setup.
Remove Procedure:
- Go to https://firebase.google.com/
- Click on "GO TO CONSOLE"
- Settings -> Project Settings -> Delete this App
- Settings -> Project Settings -> Delete Project
- Enter project ID and press delete
I added and removed the sample app multiple times without any noticeable side effects.
edited May 4 '18 at 13:12
answered May 4 '18 at 11:22
ElletlarElletlar
1,79941525
1,79941525
1
thanks for that
– mesutpiskin
May 15 '18 at 7:19
Since AndroidStudio 3.0 you can use Firebase assistant from Tools->Firebase
– Mahdi Javaheri
Jan 7 at 4:54
add a comment |
1
thanks for that
– mesutpiskin
May 15 '18 at 7:19
Since AndroidStudio 3.0 you can use Firebase assistant from Tools->Firebase
– Mahdi Javaheri
Jan 7 at 4:54
1
1
thanks for that
– mesutpiskin
May 15 '18 at 7:19
thanks for that
– mesutpiskin
May 15 '18 at 7:19
Since AndroidStudio 3.0 you can use Firebase assistant from Tools->Firebase
– Mahdi Javaheri
Jan 7 at 4:54
Since AndroidStudio 3.0 you can use Firebase assistant from Tools->Firebase
– Mahdi Javaheri
Jan 7 at 4:54
add a comment |
I just run into problem downloading google-services.json
from Firebase console. Turns out I had to log out from all other google accounts than the one I was using for Firebase.
1
What do you mean log out from other accounts ? Did you need to log out on the device or the browser ?
– Dinesh VG
Oct 20 '16 at 17:53
I am usually logged in to multiple Google accounts at once in the browser (you can see them in top right corner of any Google site). I had to log out from all of them except the one used for Firebase before it started working.
– kar
Nov 8 '16 at 8:33
add a comment |
I just run into problem downloading google-services.json
from Firebase console. Turns out I had to log out from all other google accounts than the one I was using for Firebase.
1
What do you mean log out from other accounts ? Did you need to log out on the device or the browser ?
– Dinesh VG
Oct 20 '16 at 17:53
I am usually logged in to multiple Google accounts at once in the browser (you can see them in top right corner of any Google site). I had to log out from all of them except the one used for Firebase before it started working.
– kar
Nov 8 '16 at 8:33
add a comment |
I just run into problem downloading google-services.json
from Firebase console. Turns out I had to log out from all other google accounts than the one I was using for Firebase.
I just run into problem downloading google-services.json
from Firebase console. Turns out I had to log out from all other google accounts than the one I was using for Firebase.
answered Jul 26 '16 at 7:39
karkar
628614
628614
1
What do you mean log out from other accounts ? Did you need to log out on the device or the browser ?
– Dinesh VG
Oct 20 '16 at 17:53
I am usually logged in to multiple Google accounts at once in the browser (you can see them in top right corner of any Google site). I had to log out from all of them except the one used for Firebase before it started working.
– kar
Nov 8 '16 at 8:33
add a comment |
1
What do you mean log out from other accounts ? Did you need to log out on the device or the browser ?
– Dinesh VG
Oct 20 '16 at 17:53
I am usually logged in to multiple Google accounts at once in the browser (you can see them in top right corner of any Google site). I had to log out from all of them except the one used for Firebase before it started working.
– kar
Nov 8 '16 at 8:33
1
1
What do you mean log out from other accounts ? Did you need to log out on the device or the browser ?
– Dinesh VG
Oct 20 '16 at 17:53
What do you mean log out from other accounts ? Did you need to log out on the device or the browser ?
– Dinesh VG
Oct 20 '16 at 17:53
I am usually logged in to multiple Google accounts at once in the browser (you can see them in top right corner of any Google site). I had to log out from all of them except the one used for Firebase before it started working.
– kar
Nov 8 '16 at 8:33
I am usually logged in to multiple Google accounts at once in the browser (you can see them in top right corner of any Google site). I had to log out from all of them except the one used for Firebase before it started working.
– kar
Nov 8 '16 at 8:33
add a comment |
You must go on Firebase console-->Settings-->Project Settings and there will be section with Download the latest config file. Download google-service.json and put into app folder. It's work for me.
Links:
https://developers.google.com/identity/sign-in/android/start-integrating
https://developers.google.com/android/guides/client-auth
Define "app folder".
– user9315861
Mar 11 '18 at 5:47
Under projects-settings, we need to ADD APP and it will generate agoogle-services.json
file that can be downloaded and added to<appName>/platforms/<platformName>/google-services.json
. Good Luck...
– Akash
Jan 26 at 2:07
add a comment |
You must go on Firebase console-->Settings-->Project Settings and there will be section with Download the latest config file. Download google-service.json and put into app folder. It's work for me.
Links:
https://developers.google.com/identity/sign-in/android/start-integrating
https://developers.google.com/android/guides/client-auth
Define "app folder".
– user9315861
Mar 11 '18 at 5:47
Under projects-settings, we need to ADD APP and it will generate agoogle-services.json
file that can be downloaded and added to<appName>/platforms/<platformName>/google-services.json
. Good Luck...
– Akash
Jan 26 at 2:07
add a comment |
You must go on Firebase console-->Settings-->Project Settings and there will be section with Download the latest config file. Download google-service.json and put into app folder. It's work for me.
Links:
https://developers.google.com/identity/sign-in/android/start-integrating
https://developers.google.com/android/guides/client-auth
You must go on Firebase console-->Settings-->Project Settings and there will be section with Download the latest config file. Download google-service.json and put into app folder. It's work for me.
Links:
https://developers.google.com/identity/sign-in/android/start-integrating
https://developers.google.com/android/guides/client-auth
edited Apr 6 '17 at 8:24
answered Apr 5 '17 at 9:07
OqiOqi
6112
6112
Define "app folder".
– user9315861
Mar 11 '18 at 5:47
Under projects-settings, we need to ADD APP and it will generate agoogle-services.json
file that can be downloaded and added to<appName>/platforms/<platformName>/google-services.json
. Good Luck...
– Akash
Jan 26 at 2:07
add a comment |
Define "app folder".
– user9315861
Mar 11 '18 at 5:47
Under projects-settings, we need to ADD APP and it will generate agoogle-services.json
file that can be downloaded and added to<appName>/platforms/<platformName>/google-services.json
. Good Luck...
– Akash
Jan 26 at 2:07
Define "app folder".
– user9315861
Mar 11 '18 at 5:47
Define "app folder".
– user9315861
Mar 11 '18 at 5:47
Under projects-settings, we need to ADD APP and it will generate a
google-services.json
file that can be downloaded and added to <appName>/platforms/<platformName>/google-services.json
. Good Luck...– Akash
Jan 26 at 2:07
Under projects-settings, we need to ADD APP and it will generate a
google-services.json
file that can be downloaded and added to <appName>/platforms/<platformName>/google-services.json
. Good Luck...– Akash
Jan 26 at 2:07
add a comment |
in my case i have saved a json file with a space like this
google-services .json
and the right one is
google-services.json
and also take care you do not put (_) instead of (-)
may help some one.
thanks i also did mistakes to save with space
– Deepak
Dec 14 '17 at 7:58
add a comment |
in my case i have saved a json file with a space like this
google-services .json
and the right one is
google-services.json
and also take care you do not put (_) instead of (-)
may help some one.
thanks i also did mistakes to save with space
– Deepak
Dec 14 '17 at 7:58
add a comment |
in my case i have saved a json file with a space like this
google-services .json
and the right one is
google-services.json
and also take care you do not put (_) instead of (-)
may help some one.
in my case i have saved a json file with a space like this
google-services .json
and the right one is
google-services.json
and also take care you do not put (_) instead of (-)
may help some one.
edited Nov 12 '18 at 22:20
Sean Kladek
3,47811425
3,47811425
answered Jun 19 '17 at 2:26
Abdalrhman AlkhulaqiAbdalrhman Alkhulaqi
10616
10616
thanks i also did mistakes to save with space
– Deepak
Dec 14 '17 at 7:58
add a comment |
thanks i also did mistakes to save with space
– Deepak
Dec 14 '17 at 7:58
thanks i also did mistakes to save with space
– Deepak
Dec 14 '17 at 7:58
thanks i also did mistakes to save with space
– Deepak
Dec 14 '17 at 7:58
add a comment |
https://developers.google.com/android/
you need to generate configuaration file which gives you access to all the services and APIs you registered for in developer console and place it in your root directory
1
Well, this is really strange, i didn't need any of the services displayed. But still needed to activate one to get the json file..
– Tsunaze
Nov 25 '15 at 20:49
If you are not using any of the services, may I know why this dependency is being included in the project ?
– Ramesh
Nov 26 '15 at 3:55
2
The list of services proposed by Google are : Sign In, Cloud Messaging, Analytics, App Invite, Admob. If i just want to use the Location service, i still need to have the configuration file.
– Tsunaze
Nov 28 '15 at 7:35
add a comment |
https://developers.google.com/android/
you need to generate configuaration file which gives you access to all the services and APIs you registered for in developer console and place it in your root directory
1
Well, this is really strange, i didn't need any of the services displayed. But still needed to activate one to get the json file..
– Tsunaze
Nov 25 '15 at 20:49
If you are not using any of the services, may I know why this dependency is being included in the project ?
– Ramesh
Nov 26 '15 at 3:55
2
The list of services proposed by Google are : Sign In, Cloud Messaging, Analytics, App Invite, Admob. If i just want to use the Location service, i still need to have the configuration file.
– Tsunaze
Nov 28 '15 at 7:35
add a comment |
https://developers.google.com/android/
you need to generate configuaration file which gives you access to all the services and APIs you registered for in developer console and place it in your root directory
https://developers.google.com/android/
you need to generate configuaration file which gives you access to all the services and APIs you registered for in developer console and place it in your root directory
answered Nov 23 '15 at 8:20
RameshRamesh
1,1801812
1,1801812
1
Well, this is really strange, i didn't need any of the services displayed. But still needed to activate one to get the json file..
– Tsunaze
Nov 25 '15 at 20:49
If you are not using any of the services, may I know why this dependency is being included in the project ?
– Ramesh
Nov 26 '15 at 3:55
2
The list of services proposed by Google are : Sign In, Cloud Messaging, Analytics, App Invite, Admob. If i just want to use the Location service, i still need to have the configuration file.
– Tsunaze
Nov 28 '15 at 7:35
add a comment |
1
Well, this is really strange, i didn't need any of the services displayed. But still needed to activate one to get the json file..
– Tsunaze
Nov 25 '15 at 20:49
If you are not using any of the services, may I know why this dependency is being included in the project ?
– Ramesh
Nov 26 '15 at 3:55
2
The list of services proposed by Google are : Sign In, Cloud Messaging, Analytics, App Invite, Admob. If i just want to use the Location service, i still need to have the configuration file.
– Tsunaze
Nov 28 '15 at 7:35
1
1
Well, this is really strange, i didn't need any of the services displayed. But still needed to activate one to get the json file..
– Tsunaze
Nov 25 '15 at 20:49
Well, this is really strange, i didn't need any of the services displayed. But still needed to activate one to get the json file..
– Tsunaze
Nov 25 '15 at 20:49
If you are not using any of the services, may I know why this dependency is being included in the project ?
– Ramesh
Nov 26 '15 at 3:55
If you are not using any of the services, may I know why this dependency is being included in the project ?
– Ramesh
Nov 26 '15 at 3:55
2
2
The list of services proposed by Google are : Sign In, Cloud Messaging, Analytics, App Invite, Admob. If i just want to use the Location service, i still need to have the configuration file.
– Tsunaze
Nov 28 '15 at 7:35
The list of services proposed by Google are : Sign In, Cloud Messaging, Analytics, App Invite, Admob. If i just want to use the Location service, i still need to have the configuration file.
– Tsunaze
Nov 28 '15 at 7:35
add a comment |
Go to the configuration file from the developer's site and paste it in the app level directory of your current project.
add a comment |
Go to the configuration file from the developer's site and paste it in the app level directory of your current project.
add a comment |
Go to the configuration file from the developer's site and paste it in the app level directory of your current project.
Go to the configuration file from the developer's site and paste it in the app level directory of your current project.
answered Feb 8 '17 at 6:08
Avanish SinghAvanish Singh
22338
22338
add a comment |
add a comment |
Go to Tools-->Firebase in your Android Studio and click on Connect your app to Firebase. They will set it up for you.
add a comment |
Go to Tools-->Firebase in your Android Studio and click on Connect your app to Firebase. They will set it up for you.
add a comment |
Go to Tools-->Firebase in your Android Studio and click on Connect your app to Firebase. They will set it up for you.
Go to Tools-->Firebase in your Android Studio and click on Connect your app to Firebase. They will set it up for you.
answered Jan 8 '18 at 14:17
IshamIsham
304112
304112
add a comment |
add a comment |
Very Simple
Just go to Tools->Firebase->Connect to firebase than click on sync now
THIS WILL SURELY WORK.
add a comment |
Very Simple
Just go to Tools->Firebase->Connect to firebase than click on sync now
THIS WILL SURELY WORK.
add a comment |
Very Simple
Just go to Tools->Firebase->Connect to firebase than click on sync now
THIS WILL SURELY WORK.
Very Simple
Just go to Tools->Firebase->Connect to firebase than click on sync now
THIS WILL SURELY WORK.
answered Jul 22 '17 at 15:36
ykbykb
266
266
add a comment |
add a comment |
Easiest way to add google-service.json file
In Android Studio follow these steps:
Click Tools > Firebase to open the Assistant window.
Click to expand one of the listed features (for example, Analytics), then click the Get Started tutorial to connect to Firebase and add the necessary code to your app.
add a comment |
Easiest way to add google-service.json file
In Android Studio follow these steps:
Click Tools > Firebase to open the Assistant window.
Click to expand one of the listed features (for example, Analytics), then click the Get Started tutorial to connect to Firebase and add the necessary code to your app.
add a comment |
Easiest way to add google-service.json file
In Android Studio follow these steps:
Click Tools > Firebase to open the Assistant window.
Click to expand one of the listed features (for example, Analytics), then click the Get Started tutorial to connect to Firebase and add the necessary code to your app.
Easiest way to add google-service.json file
In Android Studio follow these steps:
Click Tools > Firebase to open the Assistant window.
Click to expand one of the listed features (for example, Analytics), then click the Get Started tutorial to connect to Firebase and add the necessary code to your app.
answered Jun 18 '18 at 5:34
Amir DeAmir De
9041823
9041823
add a comment |
add a comment |
In android studio:
- switch to Project view so you can see the actual project folder structure.
- find google-services.json file and drag it to the app directory (for some reason when I added it using file explorer, it put it in the gradle folder).
- Clean/Rebuild project.
It worked fine for me from there.
add a comment |
In android studio:
- switch to Project view so you can see the actual project folder structure.
- find google-services.json file and drag it to the app directory (for some reason when I added it using file explorer, it put it in the gradle folder).
- Clean/Rebuild project.
It worked fine for me from there.
add a comment |
In android studio:
- switch to Project view so you can see the actual project folder structure.
- find google-services.json file and drag it to the app directory (for some reason when I added it using file explorer, it put it in the gradle folder).
- Clean/Rebuild project.
It worked fine for me from there.
In android studio:
- switch to Project view so you can see the actual project folder structure.
- find google-services.json file and drag it to the app directory (for some reason when I added it using file explorer, it put it in the gradle folder).
- Clean/Rebuild project.
It worked fine for me from there.
edited Jan 26 at 2:03
Akash
6,62014141
6,62014141
answered Dec 19 '17 at 21:47
ironmantis7xironmantis7x
46111037
46111037
add a comment |
add a comment |
For Cordova Apps
:
We need to place the google-services.json
file in app root
(I believe; when working with Cordova apps, we are not to get into other folders/files such as Gradle, Java files, platforms, etc; instead only work with them VIA the config.xml
and www
folder) and refer it in the config.xml
like so:
<platform name="android">
<!-- Add this line -->
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
NOTE: Ensure that the Firebase App packagename
is same as the id
attribute in <widget id="<packagename>" ... >
are same.
For ex:
<!-- config.xml of Cordova App -->
<widget id="com.appFactory.torchapp" ...>
<!--google-serivces.json from generated from Firebase console.-->
...
packagename: "com.appFactory.torchapp",
...
Good Luck...
add a comment |
For Cordova Apps
:
We need to place the google-services.json
file in app root
(I believe; when working with Cordova apps, we are not to get into other folders/files such as Gradle, Java files, platforms, etc; instead only work with them VIA the config.xml
and www
folder) and refer it in the config.xml
like so:
<platform name="android">
<!-- Add this line -->
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
NOTE: Ensure that the Firebase App packagename
is same as the id
attribute in <widget id="<packagename>" ... >
are same.
For ex:
<!-- config.xml of Cordova App -->
<widget id="com.appFactory.torchapp" ...>
<!--google-serivces.json from generated from Firebase console.-->
...
packagename: "com.appFactory.torchapp",
...
Good Luck...
add a comment |
For Cordova Apps
:
We need to place the google-services.json
file in app root
(I believe; when working with Cordova apps, we are not to get into other folders/files such as Gradle, Java files, platforms, etc; instead only work with them VIA the config.xml
and www
folder) and refer it in the config.xml
like so:
<platform name="android">
<!-- Add this line -->
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
NOTE: Ensure that the Firebase App packagename
is same as the id
attribute in <widget id="<packagename>" ... >
are same.
For ex:
<!-- config.xml of Cordova App -->
<widget id="com.appFactory.torchapp" ...>
<!--google-serivces.json from generated from Firebase console.-->
...
packagename: "com.appFactory.torchapp",
...
Good Luck...
For Cordova Apps
:
We need to place the google-services.json
file in app root
(I believe; when working with Cordova apps, we are not to get into other folders/files such as Gradle, Java files, platforms, etc; instead only work with them VIA the config.xml
and www
folder) and refer it in the config.xml
like so:
<platform name="android">
<!-- Add this line -->
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
NOTE: Ensure that the Firebase App packagename
is same as the id
attribute in <widget id="<packagename>" ... >
are same.
For ex:
<!-- config.xml of Cordova App -->
<widget id="com.appFactory.torchapp" ...>
<!--google-serivces.json from generated from Firebase console.-->
...
packagename: "com.appFactory.torchapp",
...
Good Luck...
answered Jan 26 at 8:10
AkashAkash
6,62014141
6,62014141
add a comment |
add a comment |
Even after adding all the dependencies and the file if you face any such problem it could be your incorrect file name of "google-services.json".
Make sure you have the exact file name without any additional spaces or characters.
I had renamed the file and had space" " in my filename which was not noticeable, later I found that my file name is wrong, so fixed it!.
add a comment |
Even after adding all the dependencies and the file if you face any such problem it could be your incorrect file name of "google-services.json".
Make sure you have the exact file name without any additional spaces or characters.
I had renamed the file and had space" " in my filename which was not noticeable, later I found that my file name is wrong, so fixed it!.
add a comment |
Even after adding all the dependencies and the file if you face any such problem it could be your incorrect file name of "google-services.json".
Make sure you have the exact file name without any additional spaces or characters.
I had renamed the file and had space" " in my filename which was not noticeable, later I found that my file name is wrong, so fixed it!.
Even after adding all the dependencies and the file if you face any such problem it could be your incorrect file name of "google-services.json".
Make sure you have the exact file name without any additional spaces or characters.
I had renamed the file and had space" " in my filename which was not noticeable, later I found that my file name is wrong, so fixed it!.
answered Feb 11 '18 at 19:37
Girish B.RGirish B.R
19926
19926
add a comment |
add a comment |
That Problem is because:- The folder or file you pasted to your product downloaded from the firebase console is not named as google-services.json. so now click it then right mouse click in all the options open refractor and rename it to google-services.json. because this worked for me
add a comment |
That Problem is because:- The folder or file you pasted to your product downloaded from the firebase console is not named as google-services.json. so now click it then right mouse click in all the options open refractor and rename it to google-services.json. because this worked for me
add a comment |
That Problem is because:- The folder or file you pasted to your product downloaded from the firebase console is not named as google-services.json. so now click it then right mouse click in all the options open refractor and rename it to google-services.json. because this worked for me
That Problem is because:- The folder or file you pasted to your product downloaded from the firebase console is not named as google-services.json. so now click it then right mouse click in all the options open refractor and rename it to google-services.json. because this worked for me
answered Nov 14 '16 at 20:19
abdulrehman javedabdulrehman javed
33
33
add a comment |
add a comment |
I had the same problem. The problem is because of renaming the file. You might have downloaded number of google-services.json file in you downloads folder. So when you download a new file it will download with same name but by adding numeric values in brackets. something like google-services(1).json .So you will delete this (1) and copy the file. Make sure when you are renaming it there should not be any spaces or extra . in the name of the file.
add a comment |
I had the same problem. The problem is because of renaming the file. You might have downloaded number of google-services.json file in you downloads folder. So when you download a new file it will download with same name but by adding numeric values in brackets. something like google-services(1).json .So you will delete this (1) and copy the file. Make sure when you are renaming it there should not be any spaces or extra . in the name of the file.
add a comment |
I had the same problem. The problem is because of renaming the file. You might have downloaded number of google-services.json file in you downloads folder. So when you download a new file it will download with same name but by adding numeric values in brackets. something like google-services(1).json .So you will delete this (1) and copy the file. Make sure when you are renaming it there should not be any spaces or extra . in the name of the file.
I had the same problem. The problem is because of renaming the file. You might have downloaded number of google-services.json file in you downloads folder. So when you download a new file it will download with same name but by adding numeric values in brackets. something like google-services(1).json .So you will delete this (1) and copy the file. Make sure when you are renaming it there should not be any spaces or extra . in the name of the file.
answered Jan 7 '17 at 6:51
TaraTara
1,5651225
1,5651225
add a comment |
add a comment |
Had faced same issue ..
well in my case i have saved
google-services.json
as
google_services.json
I tried every solution mentioned above but nothing helps...
the error was instead of "_" you need to put "-"(dash).
Just refactoring the file to google-services.json from google_services.json works like charm..
Hope this helps!!!
P.S. I know it's sound silly but this only works for me...
add a comment |
Had faced same issue ..
well in my case i have saved
google-services.json
as
google_services.json
I tried every solution mentioned above but nothing helps...
the error was instead of "_" you need to put "-"(dash).
Just refactoring the file to google-services.json from google_services.json works like charm..
Hope this helps!!!
P.S. I know it's sound silly but this only works for me...
add a comment |
Had faced same issue ..
well in my case i have saved
google-services.json
as
google_services.json
I tried every solution mentioned above but nothing helps...
the error was instead of "_" you need to put "-"(dash).
Just refactoring the file to google-services.json from google_services.json works like charm..
Hope this helps!!!
P.S. I know it's sound silly but this only works for me...
Had faced same issue ..
well in my case i have saved
google-services.json
as
google_services.json
I tried every solution mentioned above but nothing helps...
the error was instead of "_" you need to put "-"(dash).
Just refactoring the file to google-services.json from google_services.json works like charm..
Hope this helps!!!
P.S. I know it's sound silly but this only works for me...
answered Mar 12 '17 at 11:52
PN10PN10
1,34531425
1,34531425
add a comment |
add a comment |
Steps:
Navigate to your project folder and open the /app sub-folder.
Paste the .json file here.
Rebuild the project.
add a comment |
Steps:
Navigate to your project folder and open the /app sub-folder.
Paste the .json file here.
Rebuild the project.
add a comment |
Steps:
Navigate to your project folder and open the /app sub-folder.
Paste the .json file here.
Rebuild the project.
Steps:
Navigate to your project folder and open the /app sub-folder.
Paste the .json file here.
Rebuild the project.
answered Aug 2 '17 at 15:13
Saurabh SinghSaurabh Singh
839810
839810
add a comment |
add a comment |
for people coming here from the firebase codelabs tutorial step 3:go to page 4.
Apparently, if google says You should now have the android-start project open in Android Studio.
,She means it,and not You should now have the android-start project open in Android Studio, without any build-errors
.
As the instruction says there, you have to get a configuration file from firebase. i.e , create a new project in your firebase acc with name 'friendly chat and in the next page , add its package name
and SHA1 KEY.
after downloading the json file,add it to your project>app
folder, and Rebuild project.
add a comment |
for people coming here from the firebase codelabs tutorial step 3:go to page 4.
Apparently, if google says You should now have the android-start project open in Android Studio.
,She means it,and not You should now have the android-start project open in Android Studio, without any build-errors
.
As the instruction says there, you have to get a configuration file from firebase. i.e , create a new project in your firebase acc with name 'friendly chat and in the next page , add its package name
and SHA1 KEY.
after downloading the json file,add it to your project>app
folder, and Rebuild project.
add a comment |
for people coming here from the firebase codelabs tutorial step 3:go to page 4.
Apparently, if google says You should now have the android-start project open in Android Studio.
,She means it,and not You should now have the android-start project open in Android Studio, without any build-errors
.
As the instruction says there, you have to get a configuration file from firebase. i.e , create a new project in your firebase acc with name 'friendly chat and in the next page , add its package name
and SHA1 KEY.
after downloading the json file,add it to your project>app
folder, and Rebuild project.
for people coming here from the firebase codelabs tutorial step 3:go to page 4.
Apparently, if google says You should now have the android-start project open in Android Studio.
,She means it,and not You should now have the android-start project open in Android Studio, without any build-errors
.
As the instruction says there, you have to get a configuration file from firebase. i.e , create a new project in your firebase acc with name 'friendly chat and in the next page , add its package name
and SHA1 KEY.
after downloading the json file,add it to your project>app
folder, and Rebuild project.
answered Nov 20 '17 at 15:47
ansh sachdevaansh sachdeva
74110
74110
add a comment |
add a comment |
https://developers.google.com/mobile/add
select get started and go to settings logo and then project settings
after that you will see below the platform like web,android,ios . select that according to your preference.
and then download
google-service.json file
copy that file and paste it Into
YourProjec/app Directory
and then finally sync again .
add a comment |
https://developers.google.com/mobile/add
select get started and go to settings logo and then project settings
after that you will see below the platform like web,android,ios . select that according to your preference.
and then download
google-service.json file
copy that file and paste it Into
YourProjec/app Directory
and then finally sync again .
add a comment |
https://developers.google.com/mobile/add
select get started and go to settings logo and then project settings
after that you will see below the platform like web,android,ios . select that according to your preference.
and then download
google-service.json file
copy that file and paste it Into
YourProjec/app Directory
and then finally sync again .
https://developers.google.com/mobile/add
select get started and go to settings logo and then project settings
after that you will see below the platform like web,android,ios . select that according to your preference.
and then download
google-service.json file
copy that file and paste it Into
YourProjec/app Directory
and then finally sync again .
answered Aug 19 '18 at 15:18
arpit1714arpit1714
12
12
add a comment |
add a comment |
If you don't need it anymore…
…build.gradle:
classpath 'com.google.gms:google-services:3.2.0'
->
// classpath 'com.google.gms:google-services:3.2.0'
…appbuild.gradle:
apply plugin: 'com.google.gms.google-services'
->
// apply plugin: 'com.google.gms.google-services'
add a comment |
If you don't need it anymore…
…build.gradle:
classpath 'com.google.gms:google-services:3.2.0'
->
// classpath 'com.google.gms:google-services:3.2.0'
…appbuild.gradle:
apply plugin: 'com.google.gms.google-services'
->
// apply plugin: 'com.google.gms.google-services'
add a comment |
If you don't need it anymore…
…build.gradle:
classpath 'com.google.gms:google-services:3.2.0'
->
// classpath 'com.google.gms:google-services:3.2.0'
…appbuild.gradle:
apply plugin: 'com.google.gms.google-services'
->
// apply plugin: 'com.google.gms.google-services'
If you don't need it anymore…
…build.gradle:
classpath 'com.google.gms:google-services:3.2.0'
->
// classpath 'com.google.gms:google-services:3.2.0'
…appbuild.gradle:
apply plugin: 'com.google.gms.google-services'
->
// apply plugin: 'com.google.gms.google-services'
answered Feb 15 at 5:08
user_MGUuser_MGU
26528
26528
add a comment |
add a comment |
protected by Community♦ Sep 13 '18 at 12:18
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Possible duplicate of File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it
– halfer
Dec 23 '16 at 16:07