项目构建缺少 Simperium 应用 属性?

Project build missing Simperium app property?

我正在按照此处描述的步骤使用 Simperium:

https://simperium.com/tutorials/simpletodo-android/

从 GitHub 导入代码后。 消息 Gradle 正在显示同步:项目构建缺少 Simperium 应用程序 属性。

并且在 build.gradle studio 中打开文件时在以下行中显示错误:

 throw new ProjectConfigurationException("Project build missing ${property} property", null)

对于运行这个样本有什么解决办法或者建议吗??

我想你错过了这一步:

Next, navigate to the /Simpletodo folder and edit the gradle.properties-example file. You'll notice the placeholders for your App Id and API Key there. Replace them with your values acquired in Step 1, and then save and rename the file to gradle.properties

设置 gradle.properties 文件后,应构建应用程序。