English 中文(简体)
在博览会项目中为预科和生产环境设立单独的gogle-services.json文档,并解决电子产品制造错误
原标题:Creating separate google-services.json files for Preview and Production environments in an Expo project and resolving eas build error

我正在利用博览会开发申请。 申请在谷歌剧团注册,目前,我有两个不同的环境,即审查与生产。 我需要另设一门角服务。 json案卷,对这些环境的每一个环境都进行了正确处理。 我也使用反应性地图,但不使用防火基。

是否有办法建议建立和管理不同的google-services。 json file for Preview and Production environment? 此外,我还希望得到指导,了解如何在我的博览项目中利用这些档案,以及如何在谷歌剧乐会上建立这些档案。

此外,当我管理指挥系统建设时,我遇到以下错误:

FAILURE: Build failed with an exception.
[RUN_GRADLEW] * What went wrong:
[RUN_GRADLEW] Execution failed for task  :app:processReleaseGoogleServices .
[RUN_GRADLEW] > Malformed root json

如果存在与这一错误相关的任何解决办法或信息,如果你能够分享,我将不胜感激。

我也感到,在谷歌剧团上设立一个新的项目可能是解决这一问题的唯一途径,但我要知道是否有任何其他方法。

感谢你的援助。

问题回答

暂无回答




相关问题
HandleClick not being recognized as a prop

I m trying to get my menu to show when I click the sidebar, but I m getting an error "react-dom.development.js:86 Warning: React does not recognize the handleClick prop on a DOM " import { ...

Is there an equivalent to localStorage in React Native?

I d like to implement the equivalent to the javascript localStorage in my React Native app. But I m unsure how to set. To function how I want it to, I would like the localStorage to be stored every ...

Video Calling in Expo React Native Application

I am building a React Native Application using Expo and I want to integrate a 1:1 video calling functionality in the app. From what I have researched so far on the topic is that I can use SDKs of ...

热门标签