Guest User

Untitled

a guest
Jan 16th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error The "LinkAssemblies" task failed unexpectedly.
  3. System.NullReferenceException: Object reference not set to an instance of an object.
  4. at Mono.Linker.TypeReferenceExtensions.<GetMethods>d__4.MoveNext()
  5. at Mono.Linker.Steps.TypeMapStep.TryMatchMethod(TypeReference type, MethodDefinition method)
  6. at Mono.Linker.Steps.TypeMapStep.<GetBaseMethodsInInterfaceHierarchy>d__12.MoveNext()
  7. at Mono.Linker.Steps.TypeMapStep.MapVirtualInterfaceMethod(MethodDefinition method)
  8. at Mono.Linker.Steps.TypeMapStep.MapVirtualMethods(TypeDefinition type)
  9. at Mono.Linker.Steps.TypeMapStep.MapType(TypeDefinition type)
  10. at Mono.Linker.Steps.TypeMapStep.MapType(TypeDefinition type)
  11. at Mono.Linker.Steps.TypeMapStep.ProcessAssembly(AssemblyDefinition assembly)
  12. at Mono.Linker.Steps.BaseStep.Process(LinkContext context)
  13. at Mono.Linker.Pipeline.Process(LinkContext context)
  14. at MonoDroid.Tuner.Linker.Process(LinkerOptions options, LinkContext& context)
  15. at Xamarin.Android.Tasks.LinkAssemblies.Execute(DirectoryAssemblyResolver res)
  16. at Xamarin.Android.Tasks.LinkAssemblies.Execute()
  17. at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
  18. at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() PartyMe.Android
Add Comment
Please, Sign In to add comment