来自 Crashlytics 的 API 密钥无效

Invalid API Key from Crashlytics

已更新至 Android Studio 1.4 预览版和新的 SDK,现在我得到:

ERROR - Crashlytics Developer Tools error.
java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null.

我已经卸载了 Fabric,重新安装,并从中更新了 Crashlytics

知道我应该怎么做吗?

这是我的build.gradle:http://pastebin.com/VPHpRJte

这是我的 androidManifest:http://pastebin.com/Nmdeasx8

我的 API 清单中的 KEY:

android:name="com.crashlytics.ApiKey" 
android:value="c13e89xxxxxxxxxxxxx1054b4a

https://fabric.io/settings/organizations/中:

c13e89xxxxxxxxxxxxxxxxxbf1054b4a

在 crashlytics.properties 文件中添加了 apiKEY,如下所示:

#Contains API Secret used to validate your application. Commit to internal source control; avoid making secret public.
#Wed Jul 16 14:41:00 CEST 2014
apiKey=c13e89c059cxxxxxxxxx32f2d48xxxxxxxa
apiSecret=32192cxxxxxxxxxxxxxxxxxxxecf917b5xxxxxx1

我遇到了完全相同的异常,但我在正确的位置设置了 key/secret。

我将 Android Studio 从 1.5 升级到 2.2,然后我开始收到此错误。

消除错误的唯一方法是删除整个项目,然后 git 再次克隆它。这样做之后,项目编译正常。