HBSequence / Sequence.Plugins

A library of MvvmCross/Xamarin Plugins and sample applications
26 stars 12 forks source link

TestApp linker reference #13

Open sinofool opened 8 years ago

sinofool commented 8 years ago

Would you please make the TestApp working with "Linking Sdk and User Assemblies"?

A entry point of reference hint will be very helpful. The "LinkerPleaseInclude.cs" seems not affect "linkall" behavior. The whole dll file of plugin does not exists when using above link option. `10-08 22:32:34.684 D/Mono ( 3174): AOT module

/storage/emulated/0/Android/data/PluginTestApp.Droid/files/.override/Sequence.Plugins.InfiniteScroll.Droid.dll.so' not found: dlopen failed: library "/data/app-lib/PluginTestApp.Droid-1/libaot-Sequence.Plugins.InfiniteScroll.Droid.dll.so" not found 10-08 22:32:34.684 D/Mono ( 3174): AOT module '/Users/builder/data/lanes/3819/96c7ba6c/source/monodroid/builds/install/mono-x86/lib/mono/aot-cache/x86/Sequence.Plugins.InfiniteScroll.Droid.dll.so' not found: dlopen failed: library "/data/app-lib/PluginTestApp.Droid-1/libaot-Sequence.Plugins.InfiniteScroll.Droid.dll.so" not found

Thanks

HBSequence commented 8 years ago

Hi Bochun. Do you want to make the changes and then issue a pull request?