is it possible? Actually, i make shared library without ndk-build. I just use make command on cygwin with ndk-r4b. it work good!
But i got a some problem(unsatisfied link error) when i try to use multiple shared library - I think, it't must be my mistake :-). I don't know what's the problem. Anyway, nowdays i try to use ndk-build.(because, it's google's recommend). I guess, if i success using ndk-build, multiple shared library will be work. But, i have a meet another problem. It is native source file's position.(it looks like... native source place must be under JNI folder, i don't want). So, can i place the native source files other position? -- 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

