"Could not find method google() for arguments [] on repository container"

This link is a long thread, but it ended up helping me resolve the issue. I’m using an older Cordova CLI, so I just forced adding a more recent android platform version and it worked (e.g. ionic cordova platform add android@7.1.0)

1 Like