mesibo / messenger-app-android

Open Source Messenger App For Android - Real-time Messaging, Voice and Video Calls
https://mesibo.com
Other
690 stars 205 forks source link

BILD ERROR #41

Open ghost opened 5 years ago

ghost commented 5 years ago

File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: D:\desctop\dev\android-app-master\app\src\nullnull\google-services.json D:\desctop\dev\android-app-master\app\src\debug\google-services.json D:\desctop\dev\android-app-master\app\src\nullnullDebug\google-services.json D:\desctop\dev\android-app-master\app\src\nullnull\debug\google-services.json D:\desctop\dev\android-app-master\app\src\debug\nullnull\google-services.json D:\desctop\dev\android-app-master\app\google-services.json

pls help me

AbinayaInfinite commented 4 years ago

me too facing the same issue when i try to build messenger-app-android. Is this fixed? if so how?

mesibo commented 4 years ago

the app uses google map and google places API which requires that you download google-services.json from your own google account and add it to your project.

Goto, https://console.firebase.google.com/ Select your project On the left menu, click on settings > project settings Add an app or download the google-services.json file under the Your Apps section.

[https://stackoverflow.com/questions/33866061/error-file-google-services-json-is-missing-from-module-root-folder-the-google]