Android Crashlytics and Gradle 4.10.1 'varient.getExternalNativeBuildTasks()' warningIs there a way to run Python on Android?How do save an Android Activity state using save instance state?Close/hide the Android Soft KeyboardWhy is the Android emulator so slow? How can we speed up the Android emulator?“Debug certificate expired” error in Eclipse Android pluginsIs there a unique Android device ID?What is 'Context' on Android?Proper use cases for Android UserManager.isUserAGoat()?What is Gradle in Android Studio?Gradle build using Fabric plugin for Crashlytics with groovy plugins DSL
How do I minimise waste on a flight?
"Estrontium" on poster
Was Mohammed the most popular first name for boys born in Berlin in 2018?
How can I make parentheses stick to formula?
Rusty Chain and back cassette – Replace or Repair?
Unicode-math and mathrm result in missing symbols
Identity of a supposed anonymous referee revealed through "Description" of the report
Origins of the "array like" strings in BASIC
What does the "DS" in "DS-..." US visa application forms stand for?
Narcissistic cube asks who are we?
What's an appropriate age to involve kids in life changing decisions?
Why is there a cap on 401k contributions?
How to avoid making self and former employee look bad when reporting on fixing former employee's work?
What are these round pads on the bottom of a PCB?
Is it a good idea to copy a trader when investing?
Locked my sa user out
How do carbureted and fuel injected engines compare in high altitude?
How is Arya still alive?
Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019
How long can fsck take on a 30 TB volume?
How to handle DM constantly stealing everything from sleeping characters?
Probability of taking balls without replacement from a bag question
Best species to breed to intelligence
Company stopped paying my salary. What are my options?
Android Crashlytics and Gradle 4.10.1 'varient.getExternalNativeBuildTasks()' warning
Is there a way to run Python on Android?How do save an Android Activity state using save instance state?Close/hide the Android Soft KeyboardWhy is the Android emulator so slow? How can we speed up the Android emulator?“Debug certificate expired” error in Eclipse Android pluginsIs there a unique Android device ID?What is 'Context' on Android?Proper use cases for Android UserManager.isUserAGoat()?What is Gradle in Android Studio?Gradle build using Fabric plugin for Crashlytics with groovy plugins DSL
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Just upgraded to the latest Gradle build and am getting the following warning:
WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.
It will be removed at the end of 2019.
I know it's caused by the fabric plugin because removing apply plugin: 'io.fabric' from my app's build.gradle file removes the error when syncing.
Anyone know when fabric will update their plugin to conform to the new Gradle standard or how to manually change the code? I see exactly the problem, but don't know how or if I can change that line of code within fabric myself.
I don't think it's a functional problem yet, but really annoying to see each time I sync the gradle file.
add a comment |
Just upgraded to the latest Gradle build and am getting the following warning:
WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.
It will be removed at the end of 2019.
I know it's caused by the fabric plugin because removing apply plugin: 'io.fabric' from my app's build.gradle file removes the error when syncing.
Anyone know when fabric will update their plugin to conform to the new Gradle standard or how to manually change the code? I see exactly the problem, but don't know how or if I can change that line of code within fabric myself.
I don't think it's a functional problem yet, but really annoying to see each time I sync the gradle file.
1
Keep an eye on this issue: issuetracker.google.com/issues/116408637
– Saurabh Thorat
Jan 15 at 6:58
Thanks will do, but should this be a Google issue or simply fabric needing to update their plugin's code? Just like the rest of us had to start changingcompile ...toimplementation ...this past year.
– Mr.Drew
Jan 16 at 5:37
Nevermind, I see Google is acquiring fabric and firebase docs still say the plugin is necessary for crashlytics, so this is a Google thing now.
– Mr.Drew
Jan 16 at 5:51
add a comment |
Just upgraded to the latest Gradle build and am getting the following warning:
WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.
It will be removed at the end of 2019.
I know it's caused by the fabric plugin because removing apply plugin: 'io.fabric' from my app's build.gradle file removes the error when syncing.
Anyone know when fabric will update their plugin to conform to the new Gradle standard or how to manually change the code? I see exactly the problem, but don't know how or if I can change that line of code within fabric myself.
I don't think it's a functional problem yet, but really annoying to see each time I sync the gradle file.
Just upgraded to the latest Gradle build and am getting the following warning:
WARNING: API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with 'variant.getExternalNativeBuildProviders()'.
It will be removed at the end of 2019.
I know it's caused by the fabric plugin because removing apply plugin: 'io.fabric' from my app's build.gradle file removes the error when syncing.
Anyone know when fabric will update their plugin to conform to the new Gradle standard or how to manually change the code? I see exactly the problem, but don't know how or if I can change that line of code within fabric myself.
I don't think it's a functional problem yet, but really annoying to see each time I sync the gradle file.
edited Jan 15 at 13:19
vikrant arankalle
287114
287114
asked Jan 15 at 6:22
Mr.DrewMr.Drew
195313
195313
1
Keep an eye on this issue: issuetracker.google.com/issues/116408637
– Saurabh Thorat
Jan 15 at 6:58
Thanks will do, but should this be a Google issue or simply fabric needing to update their plugin's code? Just like the rest of us had to start changingcompile ...toimplementation ...this past year.
– Mr.Drew
Jan 16 at 5:37
Nevermind, I see Google is acquiring fabric and firebase docs still say the plugin is necessary for crashlytics, so this is a Google thing now.
– Mr.Drew
Jan 16 at 5:51
add a comment |
1
Keep an eye on this issue: issuetracker.google.com/issues/116408637
– Saurabh Thorat
Jan 15 at 6:58
Thanks will do, but should this be a Google issue or simply fabric needing to update their plugin's code? Just like the rest of us had to start changingcompile ...toimplementation ...this past year.
– Mr.Drew
Jan 16 at 5:37
Nevermind, I see Google is acquiring fabric and firebase docs still say the plugin is necessary for crashlytics, so this is a Google thing now.
– Mr.Drew
Jan 16 at 5:51
1
1
Keep an eye on this issue: issuetracker.google.com/issues/116408637
– Saurabh Thorat
Jan 15 at 6:58
Keep an eye on this issue: issuetracker.google.com/issues/116408637
– Saurabh Thorat
Jan 15 at 6:58
Thanks will do, but should this be a Google issue or simply fabric needing to update their plugin's code? Just like the rest of us had to start changing
compile ... to implementation ... this past year.– Mr.Drew
Jan 16 at 5:37
Thanks will do, but should this be a Google issue or simply fabric needing to update their plugin's code? Just like the rest of us had to start changing
compile ... to implementation ... this past year.– Mr.Drew
Jan 16 at 5:37
Nevermind, I see Google is acquiring fabric and firebase docs still say the plugin is necessary for crashlytics, so this is a Google thing now.
– Mr.Drew
Jan 16 at 5:51
Nevermind, I see Google is acquiring fabric and firebase docs still say the plugin is necessary for crashlytics, so this is a Google thing now.
– Mr.Drew
Jan 16 at 5:51
add a comment |
1 Answer
1
active
oldest
votes
This has been fixed in the 1.28.0 release of the gradle plugin
Users should have this in their top-level build.gradle:
buildscript
repositories
// ... repositories, etc. ...
dependencies
// ...other dependencies ...
classpath 'io.fabric.tools:gradle:1.28.0'
Other details
https://issuetracker.google.com/issues/116408637
https://github.com/firebase/firebase-android-sdk/issues/198#issuecomment-473435453
https://docs.fabric.io/android/changelog.html#march-15-2019
Just tried this and it appears to solve the issue, but where did you find this in the documentation?
– Mr.Drew
Mar 23 at 5:39
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54193668%2fandroid-crashlytics-and-gradle-4-10-1-varient-getexternalnativebuildtasks-wa%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This has been fixed in the 1.28.0 release of the gradle plugin
Users should have this in their top-level build.gradle:
buildscript
repositories
// ... repositories, etc. ...
dependencies
// ...other dependencies ...
classpath 'io.fabric.tools:gradle:1.28.0'
Other details
https://issuetracker.google.com/issues/116408637
https://github.com/firebase/firebase-android-sdk/issues/198#issuecomment-473435453
https://docs.fabric.io/android/changelog.html#march-15-2019
Just tried this and it appears to solve the issue, but where did you find this in the documentation?
– Mr.Drew
Mar 23 at 5:39
add a comment |
This has been fixed in the 1.28.0 release of the gradle plugin
Users should have this in their top-level build.gradle:
buildscript
repositories
// ... repositories, etc. ...
dependencies
// ...other dependencies ...
classpath 'io.fabric.tools:gradle:1.28.0'
Other details
https://issuetracker.google.com/issues/116408637
https://github.com/firebase/firebase-android-sdk/issues/198#issuecomment-473435453
https://docs.fabric.io/android/changelog.html#march-15-2019
Just tried this and it appears to solve the issue, but where did you find this in the documentation?
– Mr.Drew
Mar 23 at 5:39
add a comment |
This has been fixed in the 1.28.0 release of the gradle plugin
Users should have this in their top-level build.gradle:
buildscript
repositories
// ... repositories, etc. ...
dependencies
// ...other dependencies ...
classpath 'io.fabric.tools:gradle:1.28.0'
Other details
https://issuetracker.google.com/issues/116408637
https://github.com/firebase/firebase-android-sdk/issues/198#issuecomment-473435453
https://docs.fabric.io/android/changelog.html#march-15-2019
This has been fixed in the 1.28.0 release of the gradle plugin
Users should have this in their top-level build.gradle:
buildscript
repositories
// ... repositories, etc. ...
dependencies
// ...other dependencies ...
classpath 'io.fabric.tools:gradle:1.28.0'
Other details
https://issuetracker.google.com/issues/116408637
https://github.com/firebase/firebase-android-sdk/issues/198#issuecomment-473435453
https://docs.fabric.io/android/changelog.html#march-15-2019
edited Mar 23 at 8:17
answered Mar 22 at 9:20
Ahmed GalalAhmed Galal
471517
471517
Just tried this and it appears to solve the issue, but where did you find this in the documentation?
– Mr.Drew
Mar 23 at 5:39
add a comment |
Just tried this and it appears to solve the issue, but where did you find this in the documentation?
– Mr.Drew
Mar 23 at 5:39
Just tried this and it appears to solve the issue, but where did you find this in the documentation?
– Mr.Drew
Mar 23 at 5:39
Just tried this and it appears to solve the issue, but where did you find this in the documentation?
– Mr.Drew
Mar 23 at 5:39
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54193668%2fandroid-crashlytics-and-gradle-4-10-1-varient-getexternalnativebuildtasks-wa%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Keep an eye on this issue: issuetracker.google.com/issues/116408637
– Saurabh Thorat
Jan 15 at 6:58
Thanks will do, but should this be a Google issue or simply fabric needing to update their plugin's code? Just like the rest of us had to start changing
compile ...toimplementation ...this past year.– Mr.Drew
Jan 16 at 5:37
Nevermind, I see Google is acquiring fabric and firebase docs still say the plugin is necessary for crashlytics, so this is a Google thing now.
– Mr.Drew
Jan 16 at 5:51