That sounds bizarre. You may wish to ask this question on the [android-ndk] Google Group, as that is more focused on your NDK-specific problem.
On Tue, Mar 13, 2012 at 12:38 PM, Shri <[email protected]> wrote: > My app includes a native SO file. This uses JNI reflection to find and > call Java methods. In a version update on Market, the signature of one > of the Java methods changed from "()V" to (L/java/langString;(V". > Crash reports show that some users are getting a > java.lang.NoSuchMethodError because the SO file is looking for the old > signature of "()V". So it seems like the Java code was updated but the > SO file was not on some devices. Any idea why this might happen? > > Thanks, > Shri > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

