It seems that the development of mixed Java/C applications is facing some issues with the current NDK. This comes from the fact that as soon as an application moves from the Java world to the C routines, the users looses the debugging visibility. gdb-server seems to be the more prominent approach to do this as well as the use of printf.
Looking at the web there are some interesting notes on this topic based on using soft emulator of the hardware. Javal level visibility can be combined with visibility in the C routine and the interaction between the OS layer and the Java layer. The information is located on the google virtual platform user group: http://groups.google.com/group/virtual-platform-users?hl=en You can also try the soft emulator through the web http://www.coware.com/solutions/vp_saas.php -- 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

