使用复杂的风味树更改 google-services.json 的搜索位置

Changing the Searched Location for google-services.json using complex flavour tree

我知道已经有人问过这个问题,但是对于 4.2.0 以上的 com.google.gms:google-services 的任何版本,问题仍然存在: 我的 google-services.json 文件的搜索位置不再考虑风味树状结构。

它只显示:

File google-services.json is missing. The Google Services Plugin cannot function without it.

Searched Location: ~/app/google-services.json

代替~/app/src/TopflavorSubflavor/release/google-services.json

我已经尝试了 release 文件夹和 flavor 文件夹之间的多种排列,甚至在 flavor 名称中包括 Release,但没有任何帮助。

官方文档指出它应该可以工作,这就是为什么我正在寻找比在构建时在 /app/ 文件夹中创建文件这样的解决方法更多的东西。

尝试使用下划线小写或一个单词的小写名称来命名您的口味:

top_flavor 
subflavor