Most likely this is about permissions: the native application (I guess you 
run it from the shell) is executed under different user ID than your Java 
application.
As a temporary development solution you can get root access and fix it but I 
would recommend to avoid using native code unless for the JNI level.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to