You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam using multi-module architecture application so I create a serapte module for google service with 2 flavors.
When i create new module throw the error :
No matching clent found for package name 'com.example.android.googleservice '
I added apply plugin: 'com.google.gms.google-servie' in newmodel gradle file
Application Package Name : com.example.android New module package name: com.example.android.googleservice
The text was updated successfully, but these errors were encountered:
Iam using multi-module architecture application so I create a serapte module for google service with 2 flavors.
When i create new module throw the error :
No matching clent found for package name 'com.example.android.googleservice '
I added apply plugin: 'com.google.gms.google-servie' in newmodel gradle file
Application Package Name : com.example.android
New module package name: com.example.android.googleservice
The text was updated successfully, but these errors were encountered: