Hi, This perhaps is a basic question. I see Android framework provides AndroidRuntime::javaCreateThreadEtc(), so that the threads created with it get "hooked into VM before it really starts executing", per comment in the source code. I would like to understand what would be the differences if I simply used pthread_create instead? I would think it is still possible to pathred_create a thread and then call a jni function from there back to Java. No?
Thanks, Kevin -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
