Как решить ошибку ionic cordova, возникающую при сборке android?
Во время выполнения команды "ionic cordova run android" я получаю сообщение об ошибке следующего вида: сборка завершается неудачно, потому что :"
Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing. The Google Services Plugin cannot function without it." What I have tried: I have tried adding the following code line to the config.xml : "<resource-file src="google-services.json" target="google-services.json">"