CoXier / LowPoly

LowPoly For Android
885 stars 74 forks source link

Cannot locate symbol "srand" referenced by "liblowpoly.so" #7

Closed drakeet closed 7 years ago

drakeet commented 7 years ago
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "srand" referenced by "liblowpoly.so"...
    at java.lang.Runtime.loadLibrary(Runtime.java:364)
    at java.lang.System.loadLibrary(System.java:526)
    at com.uniquestudio.lowpoly.LowPoly.<clinit>(SourceFile:14)
drakeet commented 7 years ago

It occurred on some low-end systems:

image

drakeet commented 7 years ago

May be the issue will be helpful: https://github.com/cocos2d/cocos2d-x/issues/14034

drakeet commented 7 years ago

And this: https://github.com/cocos2d/cocos2d-x/pull/16079/files

CoXier commented 7 years ago

I have fixed it.Please check