简体   繁体   English

调试错误的库或版本不匹配

[英]Debug Wrong library or version mismatch

I am trying to debug my iOS to android conversion and find this warning: 我试图调试我的iOS到android的转换并发现以下警告:

warning: .dynamic section for "/Users/MacUser/.apportable/cache/devices/033f426d/libs/libxml2.so" is not at the expected address (wrong library or version mismatch?) warning: Could not load shared library symbols for 8 libraries, eg libdiag.so. 警告:“ /Users/MacUser/.apportable/cache/devices/033f426d/libs/libxml2.so”的.dynamic节不在预期的地址(错误的库或版本不匹配?)警告:无法为以下项目加载共享库符号8个库,例如libdiag.so。 Use the "info sharedlibrary" command to see the complete listing. 使用“ info sharedlibrary”命令查看完整列表。 Do you need "set solib-search-path" or "set sysroot"? 您是否需要“设置solib-搜索路径”或“设置sysroot”?

The thing is the file exists at the path specified. 问题是文件位于指定的路径。 Totally lost as to why this warning is occurring. 完全不知道为什么会发生此警告。 Any ideas/input? 有什么想法/建议吗? Oh also i forgot to mention i ran the command [info sharedLibrary] it returns nothing 哦,我也忘了提及我运行了[info sharedLibrary]命令,它什么也没有返回

Un-copied library: 未复制的库:

pull: /system/lib/libxt_native.so -> /Users/MacUser/.apportable/cache/devices/033f426d/libs/libxt_native.so 拉:/system/lib/libxt_native.so-> /Users/MacUser/.apportable/cache/devices/033f426d/libs/libxt_native.so
failed to copy '/system/lib/libxt_native.so' to '/Users/MacUser/.apportable/cache/devices/033f426d/libs/libxt_native.so': No such file or directory 无法将“ /system/lib/libxt_native.so”复制到“ /Users/MacUser/.apportable/cache/devices/033f426d/libs/libxt_native.so”:没有此类文件或目录

尝试执行apportable clean_device_cache并再次运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM