已更新至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
最佳答案
原文链接:https://www.f2er.com/android/430398.html