Ah ! I'm not alone with this problem ^_^ Yes, this is very strange ... To solve your problem with STL, you can link to STLPORT_STATIC in you Application.mk file, like this :
--------------------copy here-------------------------- APP_STL := stlport_static --------------------copy here-------------------------- For the moment, I have solved my problem by compiling all other libs with STATIC linking. (entry lib is still shared, and others are static) For shared libraries, I haven't found. I have asked the question here : http://goo.gl/mod/DdlG (you can vote ;) ) for the next Android Developers hangout in google+ ( https://plus.google.com/108967384991768947849/posts) (next wednesday) best regards !! =) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

