android – 来自Crashlytics的无效API密钥

前端之家收集整理的这篇文章主要介绍了android – 来自Crashlytics的无效API密钥前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

已更新至Android Studio 1.4 Preview和新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密钥:

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
原文链接:https://www.f2er.com/android/430398.html

猜你在找的Android相关文章