Can't use debugger for xamarin android project: System.IO.FileNotFoundException: Could not load file or assembly Mono.Posix
问题 After upgrading my visual studio 2017 to 15.2v (26430.12) Xamarin.Android SDK 7.3.1.2 (9dbc4c5) Can't use the debugger anymore. The project builds successfully and deployment finishes but then this error happens: Could not load file or assembly Mono.Posix Full error message: 回答1: Elvis' answer is correct. However in addition to copying the file Mono.Posix.dll to the correct location, you also need to unblock the file by right clicking on the file, selecting properties and checking the unblock