-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashlytics Developer Tools error #1006
Crashlytics Developer Tools error #1006
Comments
I found that if you update this line in the project's build.gradle:
to
Then it works. Not sure if there's a way to upgrade this in this plugin directly. Hope this helps! |
Not working for me, it then get |
The above workaround of @diogeneshamilton, using v4.2.0 for the google-services, worked fine for me too. Thx 👍 |
Did you manage to solve this? |
@ramanRajSaxena07 Are you asking me? |
Until this is fixed you can use the workaround from #1011
The install will be a bit slow because cordova-plugin-firebase is a huge repo (has many commited blobs). |
I had this very same problem. Please accept the PR as soon as possible |
Meanwhile you can you use workaround. That is working for me |
Yeah downgraded to 7.1.4 |
+1, I also found this issue and same fix like @diogeneshamilton |
@globules-io
|
@adipascu |
Not required by me,
You should post PR feedback in the PR thread, see #1011 . @vagsa2 Please use thumbs up reaction instead of commenting if you agree with something. @kaynz & @vagsa2 |
I solved my issue by commenting
|
The above PR thread help for a while. Today all of sudden I am facing new issue - platforms/android/app/src/main/java/org/apache/cordova/firebase/FirebasePlugin.java:9: error: cannot find symbol
The Build worked fine until last night. Any help or is someone also finding this issue ? |
@vinaynellagi seems there's new play services and firebase libraries version. (18.0.0) check if your code doesnt include them because "you" use "+" instead of a specific version..... I just run into that problem my self.... |
@rodrigograca31 That was super quick. I am assuming that you are referring to dependencies { inside cordova-plugin-firebase/build.gradle I changed it to 18.0.0, 17.0.0, 16.5.0.. But none worked. Removed and stalled the plugin everytime. |
I finally got it working - Thank you @rodrigograca31 for giving me a pointer. Here is what I did for the sake of others who might have similar issue.
|
I got distracted and took 1 hour to submit this comment and seems you figured it out while I was distracted ..... 😂 |
@rodrigograca31 is it actually working? I've tried an endless number of solutions, that cause chains of other failures all the day long O.O |
Yes, by Removed Android I meant remove platform |
If you are facing trouble as of today (Tuesday 18th June 2019) following the libs upgrade Google published yesterday, have a look at the answer of @dpa99c in #1081 (comment) it might gives you some hints |
@vinaynellagi after all you mentioned the same:
|
It's a real deal. Thanks to this guy, I finally can get my rest. |
Yep, I also had strange issues all day.
(remove |
Thanks everyone. I was able to get my android build working following the steps above and still use cordova android@7.1.4. the last post of adding the androidx plugins requires you to update to android@8.0.0 |
Remove this line in your AndroidManifest.xml |
I have added |
Here's how i resolved mine:
Run & Build again |
Describe the bug
Does not work with Android 8.0.0, but works with Android 7.1.4
To Reproduce
cordova platform add android@8.0.0
cordova build android
Console Logs
Task :app:fabricGenerateResourcesDebug FAILED
ERROR - Crashlytics Developer Tools error.
java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null.
Check the Crashlytics plugin to make sure that the application has been added successfully!
Plugin Version
Plugin 2.0.5
Cordova 7.1
Android 8.0.0
The text was updated successfully, but these errors were encountered: