Visual Studio 2017 - Xamarin - The file “obj\Debug\android\bin\packaged_resources” does not exist

后端 未结 14 1806
自闭症患者
自闭症患者 2021-01-01 11:13

I\'m fighting with that issue for 2 days already and can\'t find any solution.

I have an Xamarin Android app in Visual Studio 2017 consisting of three projects:

14条回答
  •  时光取名叫无心
    2021-01-01 12:03

    Check to see if there are any unused entries in resources.designer.cs if there are any manually remove those entries. This will fix the issue.

提交回复
热议问题