On Sun, Jan 26, 2014 at 11:52 AM, 12169 <[email protected]> wrote:
> However, this code does not work on some devices, and throws an exception > that no such method exists. I have found it is not working in Android > 4.1.x. Why is it throwing this execption, and how can I fix it? This is the problem with copying and pasting code off the internet without understanding what it does. As for your question, you can just look up the exception in question: http://developer.android.com/reference/java/lang/NoSuchMethodException.html This is not really something you can "fix". ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

