gree / lwf

LWF - Lightweight SWF
http://gree.github.com/lwf/
zlib License
627 stars 167 forks source link

lwf can't load in android phone that is not rooted #123

Closed zafyraminx closed 9 years ago

zafyraminx commented 9 years ago

the lwf loadlibrary having a problem loading th libs when i am using not rooted phone but in some phone it is fine. i mean if i use rooted phone who has access in other lib folder. i think the problem is in the liblwf-pure2d.so because i try to call it in the data/data/packname/libs but it can't call the libgnustl_shared.so file so i think there is something wrong in it. but i can't edit it so tell me is there any fix about it??

I think there is something that need to change in needed .so, I hope you can help me with this.

splhack commented 9 years ago

Sorry, LWF for Pure2D is no longer supported. I recommend you to use LWF for Cocos2d-x on Android.

zafyraminx commented 9 years ago

Ohh I see but the problem is I don't use Cocos2d-x because i use java for android. but maybe i will try it. but you dont have other .so file that can give me?

splhack commented 9 years ago

You can build it yourself. https://developer.android.com/tools/sdk/ndk/index.html

zafyraminx commented 9 years ago

okey thanks. i will try.