Xamarin - Updating nuget packages caused errors
I created a "Cross-Platform App (Xamarin.Forms)" app, and i immediately went and update the nuget packages (this is what i was told to do). Then i tried to built it, and not only I got several errors(see bellow) that were about the updated packages, I had code errors as well. I swear the God that i didn't touch the code of the project at all, and here is what I get:
I googled, but i couldn't find out a clean solution for this. I am just one step before quitting this (unprofessional) product, because i cannot run the ready template. Is there someone that can give me a piece of advice for these ridiculous errors ?
xamarin xamarin.forms xamarin.android
add a comment |
I created a "Cross-Platform App (Xamarin.Forms)" app, and i immediately went and update the nuget packages (this is what i was told to do). Then i tried to built it, and not only I got several errors(see bellow) that were about the updated packages, I had code errors as well. I swear the God that i didn't touch the code of the project at all, and here is what I get:
I googled, but i couldn't find out a clean solution for this. I am just one step before quitting this (unprofessional) product, because i cannot run the ready template. Is there someone that can give me a piece of advice for these ridiculous errors ?
xamarin xamarin.forms xamarin.android
2
You need to increase your "Target Framework" to at least 7.0 as the error indicates, much like this error that requires at least MonoDroid 8.0: stackoverflow.com/a/49138485/4984832 (And do not use images for errors, paste the errors as formatted text directly into your question so they are indexable/searchable/readable on mobile, etc..)
– SushiHangover
Mar 6 '18 at 22:09
Yes! Actually you were right. I don't know why everything is so problematic regarding Xamarin. So many issues ... anyway, thank you very much! If you want post it as a solution, in order for me to accept it.
– user5900485
Mar 9 '18 at 18:46
add a comment |
I created a "Cross-Platform App (Xamarin.Forms)" app, and i immediately went and update the nuget packages (this is what i was told to do). Then i tried to built it, and not only I got several errors(see bellow) that were about the updated packages, I had code errors as well. I swear the God that i didn't touch the code of the project at all, and here is what I get:
I googled, but i couldn't find out a clean solution for this. I am just one step before quitting this (unprofessional) product, because i cannot run the ready template. Is there someone that can give me a piece of advice for these ridiculous errors ?
xamarin xamarin.forms xamarin.android
I created a "Cross-Platform App (Xamarin.Forms)" app, and i immediately went and update the nuget packages (this is what i was told to do). Then i tried to built it, and not only I got several errors(see bellow) that were about the updated packages, I had code errors as well. I swear the God that i didn't touch the code of the project at all, and here is what I get:
I googled, but i couldn't find out a clean solution for this. I am just one step before quitting this (unprofessional) product, because i cannot run the ready template. Is there someone that can give me a piece of advice for these ridiculous errors ?
xamarin xamarin.forms xamarin.android
xamarin xamarin.forms xamarin.android
edited Mar 6 '18 at 22:10
SushiHangover
53.7k54395
53.7k54395
asked Mar 6 '18 at 21:57
user5900485
2
You need to increase your "Target Framework" to at least 7.0 as the error indicates, much like this error that requires at least MonoDroid 8.0: stackoverflow.com/a/49138485/4984832 (And do not use images for errors, paste the errors as formatted text directly into your question so they are indexable/searchable/readable on mobile, etc..)
– SushiHangover
Mar 6 '18 at 22:09
Yes! Actually you were right. I don't know why everything is so problematic regarding Xamarin. So many issues ... anyway, thank you very much! If you want post it as a solution, in order for me to accept it.
– user5900485
Mar 9 '18 at 18:46
add a comment |
2
You need to increase your "Target Framework" to at least 7.0 as the error indicates, much like this error that requires at least MonoDroid 8.0: stackoverflow.com/a/49138485/4984832 (And do not use images for errors, paste the errors as formatted text directly into your question so they are indexable/searchable/readable on mobile, etc..)
– SushiHangover
Mar 6 '18 at 22:09
Yes! Actually you were right. I don't know why everything is so problematic regarding Xamarin. So many issues ... anyway, thank you very much! If you want post it as a solution, in order for me to accept it.
– user5900485
Mar 9 '18 at 18:46
2
2
You need to increase your "Target Framework" to at least 7.0 as the error indicates, much like this error that requires at least MonoDroid 8.0: stackoverflow.com/a/49138485/4984832 (And do not use images for errors, paste the errors as formatted text directly into your question so they are indexable/searchable/readable on mobile, etc..)
– SushiHangover
Mar 6 '18 at 22:09
You need to increase your "Target Framework" to at least 7.0 as the error indicates, much like this error that requires at least MonoDroid 8.0: stackoverflow.com/a/49138485/4984832 (And do not use images for errors, paste the errors as formatted text directly into your question so they are indexable/searchable/readable on mobile, etc..)
– SushiHangover
Mar 6 '18 at 22:09
Yes! Actually you were right. I don't know why everything is so problematic regarding Xamarin. So many issues ... anyway, thank you very much! If you want post it as a solution, in order for me to accept it.
– user5900485
Mar 9 '18 at 18:46
Yes! Actually you were right. I don't know why everything is so problematic regarding Xamarin. So many issues ... anyway, thank you very much! If you want post it as a solution, in order for me to accept it.
– user5900485
Mar 9 '18 at 18:46
add a comment |
2 Answers
2
active
oldest
votes
Could not install package 'Xamarin.XXXXXXX'. You are trying to install this package into a project that targets 'MonoAndroid,Version=vX.X'
You need to increase your "Compile Target Framework" to at least 7.0 as this error indicates.
You can review the dependancies of a package on the Nuget.org site by looking at the Dependencies
section of a particular package:
- https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/
Another SO question/answer example that requires at least MonoDroid 8.0:
https://stackoverflow.com/a/49138485/4984832
Example:
Xamarin.Android.Support.v4 27.0.x.x
requires at least MonoAndroid 8.1
to be set as the Compile Target Framework:
add a comment |
You have to use newer android SDK version. You can download the SDK from android SDK manager and then select it from project properties
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%2f49140677%2fxamarin-updating-nuget-packages-caused-errors%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Could not install package 'Xamarin.XXXXXXX'. You are trying to install this package into a project that targets 'MonoAndroid,Version=vX.X'
You need to increase your "Compile Target Framework" to at least 7.0 as this error indicates.
You can review the dependancies of a package on the Nuget.org site by looking at the Dependencies
section of a particular package:
- https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/
Another SO question/answer example that requires at least MonoDroid 8.0:
https://stackoverflow.com/a/49138485/4984832
Example:
Xamarin.Android.Support.v4 27.0.x.x
requires at least MonoAndroid 8.1
to be set as the Compile Target Framework:
add a comment |
Could not install package 'Xamarin.XXXXXXX'. You are trying to install this package into a project that targets 'MonoAndroid,Version=vX.X'
You need to increase your "Compile Target Framework" to at least 7.0 as this error indicates.
You can review the dependancies of a package on the Nuget.org site by looking at the Dependencies
section of a particular package:
- https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/
Another SO question/answer example that requires at least MonoDroid 8.0:
https://stackoverflow.com/a/49138485/4984832
Example:
Xamarin.Android.Support.v4 27.0.x.x
requires at least MonoAndroid 8.1
to be set as the Compile Target Framework:
add a comment |
Could not install package 'Xamarin.XXXXXXX'. You are trying to install this package into a project that targets 'MonoAndroid,Version=vX.X'
You need to increase your "Compile Target Framework" to at least 7.0 as this error indicates.
You can review the dependancies of a package on the Nuget.org site by looking at the Dependencies
section of a particular package:
- https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/
Another SO question/answer example that requires at least MonoDroid 8.0:
https://stackoverflow.com/a/49138485/4984832
Example:
Xamarin.Android.Support.v4 27.0.x.x
requires at least MonoAndroid 8.1
to be set as the Compile Target Framework:
Could not install package 'Xamarin.XXXXXXX'. You are trying to install this package into a project that targets 'MonoAndroid,Version=vX.X'
You need to increase your "Compile Target Framework" to at least 7.0 as this error indicates.
You can review the dependancies of a package on the Nuget.org site by looking at the Dependencies
section of a particular package:
- https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/
Another SO question/answer example that requires at least MonoDroid 8.0:
https://stackoverflow.com/a/49138485/4984832
Example:
Xamarin.Android.Support.v4 27.0.x.x
requires at least MonoAndroid 8.1
to be set as the Compile Target Framework:
edited Nov 13 '18 at 6:21
answered Mar 9 '18 at 18:54
SushiHangoverSushiHangover
53.7k54395
53.7k54395
add a comment |
add a comment |
You have to use newer android SDK version. You can download the SDK from android SDK manager and then select it from project properties
add a comment |
You have to use newer android SDK version. You can download the SDK from android SDK manager and then select it from project properties
add a comment |
You have to use newer android SDK version. You can download the SDK from android SDK manager and then select it from project properties
You have to use newer android SDK version. You can download the SDK from android SDK manager and then select it from project properties
answered Mar 9 '18 at 19:49
Mahmoud AlamMahmoud Alam
1036
1036
add a comment |
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%2f49140677%2fxamarin-updating-nuget-packages-caused-errors%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
2
You need to increase your "Target Framework" to at least 7.0 as the error indicates, much like this error that requires at least MonoDroid 8.0: stackoverflow.com/a/49138485/4984832 (And do not use images for errors, paste the errors as formatted text directly into your question so they are indexable/searchable/readable on mobile, etc..)
– SushiHangover
Mar 6 '18 at 22:09
Yes! Actually you were right. I don't know why everything is so problematic regarding Xamarin. So many issues ... anyway, thank you very much! If you want post it as a solution, in order for me to accept it.
– user5900485
Mar 9 '18 at 18:46