On Thu, Apr 14, 2011 at 7:47 PM, Paul <[email protected]> wrote: > OK, have stripped the FloatingPointParser bare, but can't run it as > the native method, parseFltImpl() is throwing an > UnsatisfiedLinkError... > > Maybe a silly question, but any ideas what to do from here?
Start from scratch, as Gaz Davidson did here: http://bitplane.net/2010/08/java-float-fast-parser/ Or, as the last comment on that blog post indicates, grab the latest code from Harmony and try it. Or, roll your own String->Float using JNI and the NDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

