Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build action 'EmbeddedResource' is not supported by one or more of the project's targets

I am new to Xamarin platform, and am facing the error

Build action 'EmbeddedResource' is not supported by one or more of the project's targets. Am debugging in emulator 8.1 for windows phone, and my project is a Xamarin.form(portable).

like image 350
Arun Avatar asked May 09 '16 08:05

Arun


1 Answers

Follow these steps:

  1. Update Xamarin.Forms from Nuget Package Manager
  2. Close Solution And Open In Run As Administrator mode
  3. Clean And Rebuild Solution.Now Try To Deploy Project
like image 150
Neelam Prajapati Avatar answered Sep 20 '22 19:09

Neelam Prajapati