On Aug 25, 8:36 pm, ccf2000 <[EMAIL PROTECTED]> wrote: > I think JNI is supported in 0.9 Beta. Because I wrote a > helloworld's jni application in 0.9 beta,and it seem running > successfully.
Native code is NOT SUPPORTED in 1.0. Anything you do here is a hack, which will not be supported across any particular builds of the platform, will run into any number of arbitrary bugs or limitations that may be different across each release of the platform, etc. Feel free to hack away at this stuff if you want, but you have to understand that these are not things a normal application can do, and anything you do here will probably result in your application breaking in future releases (possibly every release) of the platform. As such, all of the discussion about this should be moved to the android- internals group. As far as writing files, applications are not allowed to write outside of their dedicated data directories, as described here: http://code.google.com/android/devel/security.html --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

