The $(TargetFrameworkVersion) for App1.Android.dll (v9.0) is greater than the $(TargetFrameworkVersion) for...












0














My project was 8.1 and working then i could not show the Emulator enymore.



And this is one of the error i got.




The $(TargetFrameworkVersion) for App1.Android.dll (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.




I change the project to



enter image description here



and then i even change the Android Manifest to



enter image description here



When i then run



enter image description here



or the



enter image description here



Still dont work.



I see alot of people have this problem but no solution that works
I would like to be able to see the emulator and run on 8.1 again.
But if i even can get the emulator to work again becous its just black or be just a dummy that dont start the application.



IN the design view i can see the views.










share|improve this question
























  • Does your .csproj have the <TargetFrameworkVersion> of 9.0, and it's the only project in the solution?
    – Jon Douglas
    Nov 19 '18 at 21:41












  • Cause of your problem: There is a referce of project App1.Android which targets (v9.0). Solution: Set the compile version, Minimum version, Target version to v9.0 and run it on a simulator of v9.0.
    – AbbyWang
    Nov 20 '18 at 7:47










  • lemontree This dont help at all sorry
    – Jonas
    Nov 21 '18 at 7:55










  • @Jon Douglas It dosent change anything to Minimum 7.0 Maximum 9.0 I have 2 other projects in the solution but one is Asp.net website and one is webservice
    – Jonas
    Nov 21 '18 at 7:57


















0














My project was 8.1 and working then i could not show the Emulator enymore.



And this is one of the error i got.




The $(TargetFrameworkVersion) for App1.Android.dll (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.




I change the project to



enter image description here



and then i even change the Android Manifest to



enter image description here



When i then run



enter image description here



or the



enter image description here



Still dont work.



I see alot of people have this problem but no solution that works
I would like to be able to see the emulator and run on 8.1 again.
But if i even can get the emulator to work again becous its just black or be just a dummy that dont start the application.



IN the design view i can see the views.










share|improve this question
























  • Does your .csproj have the <TargetFrameworkVersion> of 9.0, and it's the only project in the solution?
    – Jon Douglas
    Nov 19 '18 at 21:41












  • Cause of your problem: There is a referce of project App1.Android which targets (v9.0). Solution: Set the compile version, Minimum version, Target version to v9.0 and run it on a simulator of v9.0.
    – AbbyWang
    Nov 20 '18 at 7:47










  • lemontree This dont help at all sorry
    – Jonas
    Nov 21 '18 at 7:55










  • @Jon Douglas It dosent change anything to Minimum 7.0 Maximum 9.0 I have 2 other projects in the solution but one is Asp.net website and one is webservice
    – Jonas
    Nov 21 '18 at 7:57
















0












0








0







My project was 8.1 and working then i could not show the Emulator enymore.



And this is one of the error i got.




The $(TargetFrameworkVersion) for App1.Android.dll (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.




I change the project to



enter image description here



and then i even change the Android Manifest to



enter image description here



When i then run



enter image description here



or the



enter image description here



Still dont work.



I see alot of people have this problem but no solution that works
I would like to be able to see the emulator and run on 8.1 again.
But if i even can get the emulator to work again becous its just black or be just a dummy that dont start the application.



IN the design view i can see the views.










share|improve this question















My project was 8.1 and working then i could not show the Emulator enymore.



And this is one of the error i got.




The $(TargetFrameworkVersion) for App1.Android.dll (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.




I change the project to



enter image description here



and then i even change the Android Manifest to



enter image description here



When i then run



enter image description here



or the



enter image description here



Still dont work.



I see alot of people have this problem but no solution that works
I would like to be able to see the emulator and run on 8.1 again.
But if i even can get the emulator to work again becous its just black or be just a dummy that dont start the application.



IN the design view i can see the views.







android xamarin






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 19 '18 at 13:26









Mohammad

15.3k123261




15.3k123261










asked Nov 19 '18 at 12:32









Jonas

426




426












  • Does your .csproj have the <TargetFrameworkVersion> of 9.0, and it's the only project in the solution?
    – Jon Douglas
    Nov 19 '18 at 21:41












  • Cause of your problem: There is a referce of project App1.Android which targets (v9.0). Solution: Set the compile version, Minimum version, Target version to v9.0 and run it on a simulator of v9.0.
    – AbbyWang
    Nov 20 '18 at 7:47










  • lemontree This dont help at all sorry
    – Jonas
    Nov 21 '18 at 7:55










  • @Jon Douglas It dosent change anything to Minimum 7.0 Maximum 9.0 I have 2 other projects in the solution but one is Asp.net website and one is webservice
    – Jonas
    Nov 21 '18 at 7:57




















  • Does your .csproj have the <TargetFrameworkVersion> of 9.0, and it's the only project in the solution?
    – Jon Douglas
    Nov 19 '18 at 21:41












  • Cause of your problem: There is a referce of project App1.Android which targets (v9.0). Solution: Set the compile version, Minimum version, Target version to v9.0 and run it on a simulator of v9.0.
    – AbbyWang
    Nov 20 '18 at 7:47










  • lemontree This dont help at all sorry
    – Jonas
    Nov 21 '18 at 7:55










  • @Jon Douglas It dosent change anything to Minimum 7.0 Maximum 9.0 I have 2 other projects in the solution but one is Asp.net website and one is webservice
    – Jonas
    Nov 21 '18 at 7:57


















Does your .csproj have the <TargetFrameworkVersion> of 9.0, and it's the only project in the solution?
– Jon Douglas
Nov 19 '18 at 21:41






Does your .csproj have the <TargetFrameworkVersion> of 9.0, and it's the only project in the solution?
– Jon Douglas
Nov 19 '18 at 21:41














Cause of your problem: There is a referce of project App1.Android which targets (v9.0). Solution: Set the compile version, Minimum version, Target version to v9.0 and run it on a simulator of v9.0.
– AbbyWang
Nov 20 '18 at 7:47




Cause of your problem: There is a referce of project App1.Android which targets (v9.0). Solution: Set the compile version, Minimum version, Target version to v9.0 and run it on a simulator of v9.0.
– AbbyWang
Nov 20 '18 at 7:47












lemontree This dont help at all sorry
– Jonas
Nov 21 '18 at 7:55




lemontree This dont help at all sorry
– Jonas
Nov 21 '18 at 7:55












@Jon Douglas It dosent change anything to Minimum 7.0 Maximum 9.0 I have 2 other projects in the solution but one is Asp.net website and one is webservice
– Jonas
Nov 21 '18 at 7:57






@Jon Douglas It dosent change anything to Minimum 7.0 Maximum 9.0 I have 2 other projects in the solution but one is Asp.net website and one is webservice
– Jonas
Nov 21 '18 at 7:57














0






active

oldest

votes











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%2f53374754%2fthe-targetframeworkversion-for-app1-android-dll-v9-0-is-greater-than-the%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f53374754%2fthe-targetframeworkversion-for-app1-android-dll-v9-0-is-greater-than-the%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

MongoDB - Not Authorized To Execute Command

How to fix TextFormField cause rebuild widget in Flutter

in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith