简体   繁体   English

工作的Eclipse Cocos2dx android项目突然给出java.lang.UnsatisfiedLinkError:无法加载游戏:findLibrary返回null

[英]Working Eclipse Cocos2dx android project suddenly giving java.lang.UnsatisfiedLinkError: Couldn't load game: findLibrary returned null

Ok, I did my homework and searched around, but no one seem to be having quite the same problem, but tried solutions to similar problems to no avail. 好的,我完成了作业并四处搜寻,但似乎没有人遇到完全相同的问题,但尝试解决类似问题却无济于事。

The peculiarity of my issue is that the project was working just fine last Thursday (last day I messed with it), but when I opened it this Tuesday, it just wouldn't build, giving me the mentioned error. 我的问题的特殊性是该项目上周四(最后一天我搞砸了)工作得很好,但是当我在本周二打开它时,它无法构建,给了我提到的错误。

And no, neither I nor anyone else as much as touched the project nor Eclipse. 不,我和其他任何人都没有动过这个项目或Eclipse。

Another thing I've noticed is that, even though the project is properly converted to C/C++, it somehow at the same time is not, as at the project/properties/Paths and Symbols section Includes/Symbols tabs are missing; 我注意到的另一件事是,即使项目正确地转换为C / C ++,它以某种方式在同一时间,并不像在项目/属性/路径和符号的节包括/符号选项卡丢失; similarly, under Tool Chain Editor it simply doesn't show the dropdown option "No ToolChain" anymore (it did before as it was supposed to). 类似地,在“工具链编辑器”下,它不再显示下拉选项“ No ToolChain”(它以前应该做的那样)。

Doesn't seem to be an issue with Eclipse as a whole since I was able to properly convert a different Java project to C/C++ without any issues, but I'm at a loss on what to do now or how to find the real problem. 整个Eclipse似乎都不是问题,因为我能够毫无问题地将另一个Java项目正确地转换为C / C ++,但是我对现在该怎么做或如何找到真正的问题感到迷茫。问题。

Anyone happens to know how to "unconvert" a project so I can start the whole thing from scratch without having to manually start a new project? 有人碰巧知道如何“取消转换”项目,这样我就可以从头开始整个事情,而不必手动启动新项目?

EDIT: Fixed the project, for the record, it was some insane error that came out of literally nowhere, which caused the Properties to lose reference and add a bunch of filters that disabled both Classes and com.example.myproject. 编辑:修复该项目,记录下来,这是一个疯狂的错误,从根本上什么地方都没有出现,这导致属性失去引用,并添加了一堆禁用Classes和com.example.myproject的过滤器。

您的libgame.so很有可能在ProjectHome-> libs-> armeabi-> libgame.so类别下丢失了。

暂无
暂无

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

相关问题 java.lang.UnsatisfiedLinkError:无法加载stlport_shared:findLibrary返回null(tess-two) - java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared: findLibrary returned null (tess-two) Vitamio示例错误 - java.lang.UnsatisfiedLinkError:无法加载vinit findLibrary返回null - Vitamio Sample Error - java.lang.UnsatisfiedLinkError: Couldn't load vinit findLibrary returned null AndroidRuntime引起:java.lang.unsatisfiedLinkError:无法加载tfp_jni:findLibrary返回null - AndroidRuntime Caused by: java.lang.unsatisfiedLinkError: Couldn't load tfp_jni: findLibrary returned null java.lang.UnsatisfiedLinkError:无法加载jni输入:findLibrary返回null - java.lang.UnsatisfiedLinkError: Couldn't load jni-input: findLibrary returned null java.lang.UnsatisfiedLinkError:无法从加载器中加载findLibrary返回null - java.lang.UnsatisfiedLinkError: Couldn't load from loader findLibrary returned null java.lang.UnsatisfiedLinkError:无法加载eposprint:findLibrary返回null - java.lang.UnsatisfiedLinkError: Couldn't load eposprint: findLibrary returned null java.lang.UnsatisfiedLinkError:无法加载瘦身 - java.lang.UnsatisfiedLinkError: Couldn't load lept Android:java.lang.UnsatisfiedLinkError…找不到“ lib…” - Android : java.lang.UnsatisfiedLinkError…couldn't find “lib…” java.lang.UnsatisfiedLinkError:无法加载andenginephysicsbox2dextension- Android - java.lang.UnsatisfiedLinkError: Couldn't load andenginephysicsbox2dextension- Android 无法加载opencv_java249:findLibrary返回null-Android Studio中的OpenCV - Couldn't load opencv_java249: findLibrary returned null - OpenCV in Android Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM