【发布时间】:2015-01-13 06:54:05
【问题描述】:
我刚刚以 xamarin 形式为 iOS 构建了一个应用程序,现在正在移植到 Android 上。我能够加载我的初始登录屏幕,但是当我尝试登录时,我收到以下错误:
[Mono] Image addref System.Net.Http[0x99b7b5e0] -> System.Net.Http.dll[0x9e5e8c00]: 1
[Mono] Assembly System.Net.Http[0x99b7b5e0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Net.Http.dll.so' not found: dlopen failed: library "/data/data/varmory.Android/lib/System.Net.Http.dll.so" not found
[Mono] Assembly Ref addref varmory[0xac340d60] -> System.Net.Http[0x99b7b5e0]: 2
[Mono] Assembly Ref addref System.Net.Http[0x99b7b5e0] -> mscorlib[0xac3404c0]: 59
Loaded assembly: System.Net.Http.dll
我是否遗漏了一些需要手动初始化/链接这些库的步骤?
【问题讨论】:
-
/data/data/varmory.Android/lib/System.Net.Http.dll.so什么?你从哪里得到这个?永远是nugettin'。
标签: xamarin xamarin.android xamarin.forms