bduncavage / PullToRefresharp

A pull-to-refresh library for Android in C#
38 stars 78 forks source link

Linker Problem #13

Closed comk closed 9 years ago

comk commented 10 years ago

hello,thank you for your component ,but there is a problem when reference the component with the option --> android build --->linker --->link all assembies ,even your sample cast a crash with it, when go with don't link ,it goes well. thank you for your repeat

bduncavage commented 10 years ago

Ok, thanks for reporting the issue. I don't know offhand why the linker would strip PullToRefresharp code, possibly because certain classes are only referenced in a layout resource and not in an assembly, but that is a guess. I suppose I could try [Preserve] on classes that are meant to be used in layout resources.

comk commented 9 years ago

move all code to project can solve the problem.Thank you !