Unity出现 error building player exception android (invocation failed)

今天在编译Android的时候出现这个错误

error building player exception android (invocation failed)

百度谷歌之后,看到xuanyusong的博客里面有说道

[csharp] view plaincopy
 
  1. 注意:Error building Player: Extracting referenced dlls failed.   
  2.   
  3. 无论你编译任何平台都请修改一下这里, 留言中有朋友在编译PC平台中 因为没有修改这里导致无法编译成功。。  


把这里改为 .NET 2.0  就可以了。

原文地址:https://www.cnblogs.com/hh1010/p/4778798.html