找不到火力基地

时间:2020-03-13 14:25:31

标签: codenameone

在android构建之后,我收到一条错误消息:

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration ':releaseCompileClasspath'.
> Could not find com.google.firebase:firebase-core:.
  Searched in the following locations:
      file:/tmp/build1451927942979979633xxx/MyApplication/libs/firebase-core.jar
  Required by:
      project :

google-services.json位于本地/ android文件夹中

1 个答案:

答案 0 :(得分:1)

这是我们服务器昨天的回归。这是由于尝试修复Google Maps支持失败的更新导致的。 Google对其地图API进行了一些更改,因此我们需要更新构建服务器中的某些行为,并无意间导致了回归。

在几个小时内将其恢复,然后在当晚晚些时候重新应用适当的修复程序。