Xamarin Android Build Failed “Invalid value for outputAssembly”

后端 未结 4 632
渐次进展
渐次进展 2020-12-16 10:56

A few days ago my solution seemed to work fine, but today all of the sudden the Android project doesn\'t build. I get no Error, but I do get the following output:

         


        
4条回答
  •  被撕碎了的回忆
    2020-12-16 11:03

    I had to clean the project, delete the bin folder (just to be sure), then the build failed with the real reason: an incorrect reference.

    Someone copied a project dll instead of linking to the project.

    Corrected the reference and all was well.

提交回复
热议问题