Xamarin Android Build Failed “Invalid value for outputAssembly”

后端 未结 4 621
渐次进展
渐次进展 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:06

    You have to set your Project Linking to Sdk Assemblies Only and set support architecture to armeabi - v7 and x86.

    after try to clean and rebuild the project

    It work like charm.

提交回复
热议问题