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;








2















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.










share|improve this question



















  • 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 ... 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

















2















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.










share|improve this question



















  • 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 ... 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













2












2








2


2






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.










share|improve this question
















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.







android gradle crashlytics-android






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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












  • 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 ... 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







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












1 Answer
1






active

oldest

votes


















2














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






share|improve this answer

























  • 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











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
);



);













draft saved

draft discarded


















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









2














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






share|improve this answer

























  • 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















2














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






share|improve this answer

























  • 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













2












2








2







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






share|improve this answer















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







share|improve this answer














share|improve this answer



share|improve this answer








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

















  • 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



















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해