我正在尝试构建一个使用Google语音API将简单音频文件转换为文本并使用Java在textview中显示的android应用。我按照Google的快速入门教程设置了api。我还设置了环境变量并初始化了gcloud。但是在构建应用程序时,我不断收到以下错误:
java.io.IOException: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials.
更新:它在Eclipse中可以正常工作,但在android studio中却不能。
谁能告诉我这是为什么以及如何解决?